Skip to main content
Prices are cross-validated across up to three oracle sources: Chainlink on-chain feeds, Pyth Network, and Kuru DEX spot price. If sources disagree by more than a configurable threshold, a discrepancy flag is set in the response.

Endpoint

Query Parameters

Response

The verified source (default) returns the median of all available sources. consensus: false means at least one source deviated by more than 1%.

Example Response

Chainlink does not have a MON/USD feed on Monad - it returns null for MON. The Pyth MON feed ID is pending verification and currently returns an incorrect value (~1.00).KuruDEXspotprice(1.00). Kuru DEX spot price (0.354) is the most accurate MON price source at this time.

cURL

TypeScript Fetch

Next.js Route Implementation

Error Codes