Convert
List All Convert Pairs
Query for all convertible token pairs and the tokens’ respective upper/lower limits
Weight(IP): 3000
get/sapi/v1/convert/exchangeInfo
Query parameters
fromAssetstring
Example:BTC
User spends coin
toAssetstring
Example:USDT
User receives coin
Response
List Convert Pairs
Example response
[
{
"fromAsset": "BTC",
"toAsset": "USDT",
"fromAssetMinAmount": "0.0004",
"fromAssetMaxAmount": "50",
"toAssetMinAmount": "20",
"toAssetMaxAmount": "2500000"
}
]