Skip to main content
GET
Quote a swap

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

from_asset
enum<string>
required
Available options:
USDT,
USDC,
BTC,
GOLD
to_asset
enum<string>
required
Available options:
USDT,
USDC,
BTC,
GOLD
amount
string
required

Amount in the source currency (up to its decimals).

Response

Indicative quote.

from_asset
string
to_asset
string
from_amount
string
to_amount
string
rate
string

Destination units per source unit (marked execution rate).

indicative
boolean
Last modified on July 18, 2026