Skip to main content

GET Transferable Coin List

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

Description

Get transferable coin list

HTTP Request

  • GET /api/v2/spot/wallet/transfer-coin-info
Request Example
curl "https://api.bitget-eu.com/api/v2/spot/wallet/transfer-coin-info?fromType=isolated_margin&toType=spot" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
}'

Request Parameter

ParameterTypeRequiredDescription
fromTypeStringYesAccount type
spot: Spot account
p2p: P2P account
crossed_margin: Cross margin account
isolated_margin: Isolated margin account
toTypeStringYesAccount type
spot: Spot account
p2p: P2P account
crossed_margin: Cross margin account
isolated_margin: Isolated margin account
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1683875302853,
"data": ["BTC", "USDT", "ETH"]
}

Response Parameter

ParameterTypeDescription
dataListtransfer_in and transfer_out of accounts supports coins intersection.

How was your Reading Experience with us?