Skip to main content

Transfer

Transfer

Description​

This interface is used for Stock+ account deposit and withdrawal.

HTTP Request​

  • POST /api/v3/stockplus/asset/transfer
  • Rate limit: 5 times/sec/UID
  • Permission: Trade (management, read and write)
Request
curl "https://api.bitget.com/api/v3/stockplus/asset/transfer" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{"coin":"USDC","amount":"100","direction":"in"}'

Request Parameters​

ParametersTypeRequiredDescription
coinStringNoTransfer currency
Currently supports USDC and USD
amountStringNoTransfer amount
directionStringNoTransfer direction
in - Deposit to Stock+ account
out - Withdraw from Stock+ account
Currently only supports transfers between spot account and securities account
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"transferId": "123456789"
}
}

Response Parameters​

ParametersTypeDescription
transferIdStringTransfer ID

How was your Reading Experience with us?

★
★
★
★
â˜