Skip to main content

Transfer

Rate limit: 10 requests/second/UID

Description

Transfer assets between different productType accounts

HTTP Request

  • POST /api/v2/spot/wallet/transfer
Request Example
curl -X POST "https://api.bitget.com/api/v2/spot/wallet/transfer" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{
"fromType":"spot",
"toType":"isolated_margin",
"amount":"300",
"symbol":"BTCUSDT",
"clientOid":"1",
"coin":"USDT"
}'

Request Parameter

ParameterTypeRequiredDescription
fromTypeStringYesAccount type
spot: Spot account
p2p: P2P/funding account
coin_futures: Coin-M futures account
usdt_futures: USDT-M futures account
usdc_futures: USDC-M futures account
crossed_margin: Cross margin account
isolated_margin: Isolated margin account
toTypeStringYesAccount type
spot: Spot account
p2p: P2P/funding account
coin_futures: Coin-M futures account
usdt_futures: USDT-M futures account
usdc_futures: USDC-M futures account
crossed_margin: Cross margin account
isolated_margin: Isolated margin account
amountStringYesAmount to transfer
coinStringYesCurrency of transfer
symbolStringYesRequired when transferring to or from an account type that is a leveraged position-by-position account.
clientOidStringNoCustom order ID
It's unquie. If you set duplicate clientOid, it will return the result of existing clientOid transfer
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1683875302853,
"data": {
"transferId": "123456",
"clientOid": "x123"
}
}

Response Parameters

ParameterTypeDescription
transferIdStringTransfer ID
clientOidStringCustom order ID

How was your Reading Experience with us?