Skip to main content
POST
Quote Stablecoin Swap

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
from_asset
enum<string>
required
Available options:
USDT,
USDC
to_asset
enum<string>
required
Available options:
USDT,
USDC
amount
string
required

Amount to debit from from_asset

network
enum<string>
required
Available options:
tron,
ethereum,
solana
from_wallet_id
string<uuid>

Optional. Defaults to default-or-only wallet for network

Response

Quote preview

quote_id
string<uuid>
from_asset
string
to_asset
string
from_amount
string
to_amount
string
min_to_amount
string
exchange_rate
string
Example:

"0.999700000000"

fee_amount
string
fee_bps
integer
pricing_profile_id
string<uuid>
rate_quote_id
string<uuid>
rate_source
string
network
string
wallet_id
string<uuid>
treasury_wallet_id
string<uuid>
expires_at
string<date-time>
rate_note
string