Skip to main content

Get BGB Convert Coins

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

Description

Get a list of Convert Bgb Currencies

HTTP Request

  • GET /api/v2/convert/bgb-convert-coin-list
Request Example
curl "https://api.bitget.com/api/v2/convert/bgb-convert-coin-list" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \

Request Parameters

N/A

Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1703831563264,
"data": {
"coinList": [
{
"coin": "SEAM",
"available": "0.00303329",
"bgbEstAmount": "0.03794680",
"precision": "8",
"feeDetail": [
{
"feeRate": "0.02",
"fee": "0.00075893"
}
],
"cTime": "1703831563514"
}
]
}
}

Response Parameters

ParameterTypeDescription
coinStringToken name
availableStringCurrency accounts available
bgbEstAmountStringExpected number of BGB redeemable
precisionStringbgb scale
feeDetailStringfee detail
> feeRateStringfee rate
> feeStringfee
cTimeStringCurrently Time (time stamp in milliseconds)

How was your Reading Experience with us?