Get token cost
Returns current pricing for one Etherfuse token, either a stablebond or a principal token.
identifier is the token symbol or its Solana mint address. Symbols are
matched case-insensitively, so mexe, MEXE and MEXe all resolve to the
same token.
This replaces GET /lookup/bonds/cost/{identifier}, which is deprecated and
covers only stablebonds.
Public, no API key required.
Path Parameters
Token symbol or Solana mint address (e.g. "MEXe", "CETES", "MEXeQE5UjuusUoyS2KxbUXp6o21YbbBJaNvPMMEfr4y"). Symbols are case-insensitive.
Query Parameters
Maximum age of a source in seconds. Sources older than this are excluded.
x >= 0Response
Pricing for the requested token
Current pricing for one Etherfuse token: its cost in the denomination
currency and in USD, plus the per-provider exchange-rate sources used to
derive it.
Display symbol (e.g. CETES, MEXe). The map key on the list endpoint is this value uppercased.
The token's own Solana mint address.
bond for a stablebond, principal_token for a token that wraps one (e.g. MEXe wraps CETES).
bond, principal_token Denomination currency (ISO 4217, e.g. MXN).
Token cost denominated in currency. A principal token holds par with its currency, so 1 MEXe reads as 1.000000 MXN.
Token cost denominated in USD.
FX rate between the denomination currency and USD.
Annualized rate of the bond, in basis points (e.g. 554 = 5.54%). Always 0 on a principal token: the coupon accrues to the underlying bond, not to the principal-token holder.
Timestamp the price was computed (RFC 3339).
Per-FX-provider exchange rate and derived USD cost, for oracle safety checks. Keys are Etherfuse FX provider ids.
Principal tokens only: the symbol of the bond this token wraps. Absent on bonds.
Bonds only: mint address of the token a purchase settles in. Absent on principal tokens.