Skip to main content
POST
Create Stablecoin Swap Pricing Profile

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Maximum string length: 128
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
fee_bps
integer
required
Required range: 0 <= x <= 1000
min_fee
string
default:0.00000000
max_fee
string | null
effective_from
string<date-time>
effective_to
string<date-time> | null
is_active
boolean
default:true

Response

Pricing profile created

pricing_profile
object