Fixed Rate Order Guide
This section is described in detail because a fixed rate requires additional steps to make it work. With a floating rate, you send a request for an endpoint and do not specify anything additional.
{
"from": "CARDUAH",
"to": "USDTTRC20",
"toNetwork": "TRX",
"fromAmount": 3000,
"rateType": "FIXED"
}{
"extraFromFee": 0.0,
"extraToFee": 0.0,
"from": "CARDUAH",
"fromAmount": 3000.0,
"fromFee": 6.0,
"fromNetwork": null,
"fromRate": 37.45992,
"fromRevenueShare": 12.0,
"rateType": "FIXED",
"side": "BUY",
"to": "USDTTRC20",
"toAmount": 78.605082,
"toFee": 1.0,
"toNetwork": "TRX",
"toRate": 1,
"toRevenueShare": 0.0
}Last updated