List stablebond costs
Lookup API
List stablebond costs
Returns current pricing data for all stablebonds, including the bond cost in
USD, fiat, and per-provider exchange rate sources. Each bond entry includes a
sources map showing the exchange rate and derived bond_cost_in_usd from
each FX provider, enabling oracle safety checks.
Public — no API key required.
GET
List stablebond costs
Query Parameters
Maximum age of a source in seconds. Sources older than this are excluded.
Required range:
x >= 0Response
Pricing data keyed by bond mint address
Current pricing for a single stablebond: cost in USD/fiat plus the
per-provider exchange-rate sources used to derive it.
Example:
{
"bond_cost_in_fiat": "1.153754",
"bond_cost_in_payment_token": "1.153754",
"bond_cost_in_usd": "0.064785",
"bond_symbol": "CETES",
"currency": "MXN",
"current_basis_points": 578,
"current_time": "2026-03-23T16:50:32.821673099+00:00",
"fiat_exchange_rate_with_usd": "17.80900",
"mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"sources": {
"provider_1": {
"bond_cost_in_usd": "0.064781",
"exchange_rate": "17.81",
"updated_at": 1711212632
},
"provider_2": {
"bond_cost_in_usd": "0.064854",
"exchange_rate": "17.79",
"updated_at": 1711212630
}
},
"symbol": "USDC"
}