Get my FX rates and fees
Returns the exchange rates that apply to the calling account for each country — the same rates used when operations execute (local_amount / rate = USDT) — plus the account’s effective fee configuration — org defaults already resolved against your account’s overrides — so clients can compute the exact cost of an operation before creating it. rate is the payout (dispersal) side and payin_rate the payin (deposit) side. asset_prices carries the USD reference price of each virtual balance asset (BTC per unit, GOLD per gram; stablecoins are 1 by convention) for display/valuation. The settlement block shows, per enabled asset, the effective settlement price your account would get right now if it paid an operation from that balance (settlement_rate, spread included) and whether the asset is currently available — use it to estimate before sending settlement_asset in a payout.
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.