Browse Source

Add oracle pricing source registry

main
def 1 week ago
parent
commit
be11888cdd
  1. 40
      oracle/sources.json

40
oracle/sources.json

@ -0,0 +1,40 @@
{
"version": "0.1",
"updated": "2026-03-14",
"sources": {
"coingecko": {
"type": "api",
"url": "https://api.coingecko.com/api/v3/simple/price",
"description": "Primary global crypto price source",
"rate_limit_seconds": 60
},
"dexscreener": {
"type": "api",
"url": "https://api.dexscreener.com/latest/dex/tokens",
"description": "DEX-based fallback pricing source",
"rate_limit_seconds": 60
},
"nonkyc": {
"type": "api",
"url": "https://nonkyc.io/api",
"description": "Exchange price source used for EGAZ and ETI",
"rate_limit_seconds": 60
},
"static_usd": {
"type": "static",
"value": 1.0,
"description": "Fallback static USD value for stablecoins"
},
"local": {
"type": "local",
"description": "Local derived pricing based on other assets"
}
}
}
Loading…
Cancel
Save