Browse Source

Integrate oracle into monitor backend and update pricing sources

main
def 1 week ago
parent
commit
aa08989c0c
  1. 28
      oracle/price_cache.json

28
oracle/price_cache.json

@ -1,38 +1,38 @@
{ {
"version": "0.1", "version": "0.1",
"updated_at": "2026-03-15T00:19:19.555Z", "updated_at": "2026-03-15T00:35:27.222Z",
"status": "fresh", "status": "fresh",
"assets": { "assets": {
"USDC_ARB": { "USDC_ARB": {
"symbol": "USDC", "symbol": "USDC",
"chain": "arbitrum", "chain": "arbitrum",
"price_usd": 0.999987, "price_usd": 0.999907,
"price_cad": 1.38, "price_cad": 1.38,
"source": "coingecko", "source": "coingecko",
"source_status": "primary", "source_status": "primary",
"updated_at": "2026-03-15T00:11:11.630Z", "updated_at": "2026-03-15T00:35:26.898Z",
"age_seconds": 0, "age_seconds": 0,
"stale": false "stale": false
}, },
"ETH_ETH": { "ETH_ETH": {
"symbol": "ETH", "symbol": "ETH",
"chain": "ethereum", "chain": "ethereum",
"price_usd": 2092.73, "price_usd": 2089.98,
"price_cad": 2890.16, "price_cad": 2886.37,
"source": "coingecko", "source": "coingecko",
"source_status": "primary", "source_status": "primary",
"updated_at": "2026-03-15T00:11:11.630Z", "updated_at": "2026-03-15T00:35:26.898Z",
"age_seconds": 0, "age_seconds": 0,
"stale": false "stale": false
}, },
"ETHO_ETHO": { "ETHO_ETHO": {
"symbol": "ETHO", "symbol": "ETHO",
"chain": "etho", "chain": "etho",
"price_usd": 0.005678438337985232, "price_usd": 0.00525255,
"price_cad": 0.00783624, "price_cad": 0.00714931,
"source": "coinpaprika", "source": "coingecko",
"source_status": "fallback", "source_status": "primary",
"updated_at": "2026-03-15T00:19:18.791Z", "updated_at": "2026-03-15T00:35:26.898Z",
"age_seconds": 0, "age_seconds": 0,
"stale": false "stale": false
}, },
@ -50,11 +50,11 @@
"ETI_ETICA": { "ETI_ETICA": {
"symbol": "ETI", "symbol": "ETI",
"chain": "etica", "chain": "etica",
"price_usd": 0.050226, "price_usd": 0.03937103,
"price_cad": 0.069365, "price_cad": 0.054373,
"source": "coingecko", "source": "coingecko",
"source_status": "primary", "source_status": "primary",
"updated_at": "2026-03-15T00:11:11.630Z", "updated_at": "2026-03-15T00:35:26.898Z",
"age_seconds": 0, "age_seconds": 0,
"stale": false "stale": false
} }

Loading…
Cancel
Save