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
| Parameter | Type | Required | Description |
|---|---|---|---|
| fromType | String | Yes | Account typespot: Spot accountp2p: P2P accountcrossed_margin: Cross margin accountisolated_margin: Isolated margin account |
| toType | String | Yes | Account typespot: Spot accountp2p: P2P accountcrossed_margin: Cross margin accountisolated_margin: Isolated margin account |
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1683875302853,
"data": ["BTC", "USDT", "ETH"]
}
Response Parameter
| Parameter | Type | Description |
|---|---|---|
| data | List | transfer_in and transfer_out of accounts supports coins intersection. |