Skip to main content

Small Assets Trade

Small Assets Trade

Description​

Convert one or more specified small-value assets in the unified account into the target coin with one click.

HTTP Request​

  • POST /api/v3/convert/small-assets-trade
  • Rate limit: 10/sec/UID
  • Permission: UTA trade
Request
curl -X POST "https://api.bitget.com/api/v3/convert/small-assets-trade" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{"fromCoinList": ["DOGE", "XRP"]}'

Request Parameters​

ParametersTypeRequiredDescription
fromCoinListList<String>YesCoins to convert
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"fromCoin": ["DOGE", "XRP"],
"toCoin": "BGB",
"orderId": "1234567890123456789"
}
}

Response Parameters​

ParametersTypeDescription
fromCoinList<String>Coins to convert
toCoinStringTarget coin
orderIdStringConvert order ID

How was your Reading Experience with us?

★
★
★
★
â˜