Skip to main content
POST
Create Stablecoin Swap Rate Quote

Authorizations

Authorization
string
header
required

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

Body

application/json
network
enum<string>
required
Available options:
tron,
ethereum,
solana
from_asset
enum<string>
required
Available options:
USDT,
USDC
to_asset
enum<string>
required
Available options:
USDT,
USDC
exchange_rate
string
required
Example:

"0.999700000000"

source
string
required
Example:

"treasury_market_rate"

expires_at
string<date-time>
required
source_ref
string | null
quoted_at
string<date-time>
is_active
boolean
default:true

Response

Rate quote created

rate_quote
object