Endpoints & Pairs

All oracle endpoints, pricing, and supported trading pairs across both protocols.

Base URL: https://api.myceliasignal.com

Paid Oracle Endpoints

All 11 pairs are available on both L402 (Lightning) and x402 (USDC on Base) at the same endpoint paths. The payment protocol is determined by which proxy handles the request.

EndpointPairSourcesMethodL402x402
/oracle/btcusdBTC/USD9Median10 sats$0.001
/oracle/btcusd/vwapBTC/USD VWAP7VWAP (5-min)20 sats$0.002
/oracle/ethusdETH/USD5Median10 sats$0.001
/oracle/eurusdEUR/USD8Median10 sats$0.001
/oracle/xauusdXAU/USD8Median10 sats$0.001
/oracle/solusdSOL/USD9Median10 sats$0.001
/oracle/btceurBTC/EUR17 combinedCross-rate10 sats$0.001
/oracle/etheurETH/EUR4Hybrid median10 sats$0.001
/oracle/soleurSOL/EUR4Hybrid median10 sats$0.001
/oracle/xaueurXAU/EURCombinedCross-rate10 sats$0.001
/oracle/btceur/vwapBTC/EUR VWAPCombinedVWAP cross-rate20 sats$0.002

Free Endpoints

EndpointDescription
/healthx402 proxy health check
/sho/infox402 protocol info: public key, payment address, endpoint pricing, depeg status
/sho/enforcement/{address}Check enforcement status for a Base wallet address
/.well-known/x402x402 discovery document with payment terms for all 11 endpoints
/dlc/oracle/pubkeyDLC oracle Schnorr public key (BIP-340, secp256k1)
/dlc/oracle/statusDLC oracle status: announcement count, attestation count, pending events
/dlc/oracle/announcementsList all DLC event announcements
/dlc/oracle/announcements/{eid}Single DLC announcement by event ID

DLC Paid Endpoint

EndpointDescriptionPrice
/dlc/oracle/attestations/{eid}Schnorr-signed 5-digit price attestation1000 sats (L402)

Response Timing

Endpoint TypeExpected LatencyNotes
Direct USD/EUR pairs1–2 secondsSingle feed module, parallel source fetching
Cross-rate pairs6–7 secondsFetches multiple component feeds sequentially
Timeout configuration

Set your HTTP client timeout to at least 15 seconds for cross-rate pairs (BTC/EUR, SOL/EUR, XAU/EUR, BTC/EUR VWAP). These endpoints fetch two component feeds before computing the cross-rate.