Skip to main content
GET
Get token cost

Path Parameters

identifier
string
required

Token symbol or Solana mint address (e.g. "MEXe", "CETES", "MEXeQE5UjuusUoyS2KxbUXp6o21YbbBJaNvPMMEfr4y"). Symbols are case-insensitive.

Query Parameters

max_age
integer<int64> | null

Maximum age of a source in seconds. Sources older than this are excluded.

Required range: x >= 0

Response

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.

token_symbol
string
required

Display symbol (e.g. CETES, MEXe). The map key on the list endpoint is this value uppercased.

token_mint
string
required

The token's own Solana mint address.

token_kind
enum<string>
required

bond for a stablebond, principal_token for a token that wraps one (e.g. MEXe wraps CETES).

Available options:
bond,
principal_token
currency
string
required

Denomination currency (ISO 4217, e.g. MXN).

token_cost_in_fiat
string
required

Token cost denominated in currency. A principal token holds par with its currency, so 1 MEXe reads as 1.000000 MXN.

token_cost_in_usd
string
required

Token cost denominated in USD.

fiat_exchange_rate_with_usd
string
required

FX rate between the denomination currency and USD.

current_basis_points
integer<int32>
required

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.

current_time
string
required

Timestamp the price was computed (RFC 3339).

sources
object
required

Per-FX-provider exchange rate and derived USD cost, for oracle safety checks. Keys are Etherfuse FX provider ids.

underlying_bond_symbol
string

Principal tokens only: the symbol of the bond this token wraps. Absent on bonds.

payment_mint
string

Bonds only: mint address of the token a purchase settles in. Absent on principal tokens.