Skip to main content
POST
Execute On-Chain 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

501

Not implemented