Skip to main content
Etherfuse asset prices (stablebonds like CETES) and FX rates (USD ↔ MXN/BRL) are available two ways:
  • On-chain, via oracles — for smart contracts and on-chain consumers.
  • Over HTTP, via the REST API — for backends and apps.

On-chain oracles

Switchboard (Solana)

Switchboard On-Demand serves Etherfuse FX rates (e.g. MXN/USD) on Solana — the same rates used in token pricing/minting. View the live feeds ↗

RedStone (multi-chain)

RedStone publishes push price feeds for Etherfuse assets (e.g. CETES) on Base, Solana, Polygon, and Stellar. Browse the feeds ↗

REST API pricing

For server-side pricing and FX rates, the public Lookup endpoints (no API key required) return Etherfuse’s pricing directly:
GET /lookup/bonds/cost returns a map keyed by bond symbol. Each entry includes the bond’s cost (bond_cost_in_usd, bond_cost_in_fiat) and a sources map — the exchange rate and derived USD cost from each FX provider — so you can run your own oracle-safety checks across providers:
Browse these under Lookup in the API Reference.