Skip to main content

Get BGB Convert History

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

Description

Get BGB Convert History

HTTP Request

  • GET /api/v2/convert/bgb-convert-records
Request Example
curl "https://api.bitget.com/api/v2/convert/bgb-convert-records?startTime=1686128558000&endTime=1686214958000&limit=10" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

request parameters

ParameterTypeRequiredDescription
orderIdStringNoSplash Record id
startTimeStringNoStart time, Unix millisecond timestamps
endTimeStringNoEnd time, Unix millisecond timestamps
The maximum interval between startTime and endTime is 90 days.
limitStringNoDefault 20 Maximum 100
idLessThanStringNoID of the last record endId
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1703835442804,
"data": [
{
"orderId": "111196666666684001",
"fromCoin": "ROOT",
"fromAmount": "64.99837000",
"fromCoinPrice": "0.02954000",
"toCoin": "BGB",
"toAmount": "3.55072001",
"toCoinPrice": "0.54075000",
"feeDetail": [
{
"feeCoin": "BGB",
"fee": "0.07101441"
}
],
"status": "success",
"ctime": "1700837066186"
}
]
}

Response Parameters

ParameterTypeDescription
dataListList
orderIdStringSplash Record id
fromCoinStringSwitch Coin
fromAmountStringSwitch amount
fromCoinPriceStringCoin swap price
toCoinStringTarget currency
toAmountStringTarget currency Amount
toCoinPriceStringGet the price of target coins
feeDetailStringswap fee detail
> feeStringfee
> feeCoinStringfee coin
statusStringswap status
tsStringTime of generation of flash transfer records

How was your Reading Experience with us?