Exchange
Get available exchange directions
[
{
"target": {
"ticker": "BNB", //asset to receive
"amountStep": "0.01000000", //exchange amount can be changed by at least 0.01 BNB
},
"exchange": {
"ticker": "BUSD",//asset to spend
"amountStep": "0.00010000", //exchange amount can be changed by at least 0.0001 BUSD
"max": "10000", //maximum exchange amount in BUSD
"min": "0.00010000"//minimum exchange amount in BUSD
}
},
{
"target": {
"ticker": "BUSD",
"amountStep": "0.00010000"
},
"exchange": {
"ticker": "BNB",
"amountStep": "0.01000000",
"max": "1000",
"min": "0.01000000"
}
}
}Estimate exchange
Query Parameters
Name
Type
Description
Create exchange operation
Request Body
Name
Type
Description
Last updated
