Skip to main content

Convert BGB

Frequency limit:10 times/1s (User ID)

Description

Convert BGB

HTTP Request

  • POST /api/v2/convert/bgb-convert
Request Example
curl -X POST "https://api.bitget.com/api/v2/convert/bgb-convert" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d \'{"coinList": ["EOS","GROK"]}'

request parameters

ParameterTypeRequiredDescription
coinListStringYesswap coins
Response Example
{
"code": "00000",
"data": {
"orderList": [
{
"coin": "EOS",
"orderId": "1233431213"
},
{
"coin": "GROK",
"orderId": "1233431213"
}
],
}
"msg": "success",
"requestTime": 1627293612502
}

Response Parameters

ParameterTypeDescription
orderListString
> coinStringCoin swap
> orderIdStringswap order Id

How was your Reading Experience with us?