You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
{ |
|
"version": "0.2", |
|
"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 |
|
}, |
|
|
|
"coinpaprika": { |
|
"type": "api", |
|
"url": "https://api.coinpaprika.com/v1/tickers", |
|
"description": "Fallback market price source by coin ID", |
|
"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" |
|
} |
|
|
|
} |
|
}
|
|
|