Universal Transfer (For Master Account)
- You need to enable "internal transfer" option for the api key which requests this endpoint.
- Transfer from master account by default if fromEmail is not sent.
- Transfer to master account by default if toEmail is not sent.
- Supported transfer scenarios:
- Master account SPOT transfer to sub-account SPOT,USDT_FUTURE,COIN_FUTURE,MARGIN(Cross),ISOLATED_MARGIN
- Sub-account SPOT,USDT_FUTURE,COIN_FUTURE,MARGIN(Cross),ISOLATED_MARGIN transfer to master account SPOT
- Transfer between two sub-account SPOT accounts
Weight(IP): 1
Query parameters
Sub-account email
Sub-account email
Only supported under ISOLATED_MARGIN type
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Transfer id
Example response
{
"tranId": 11945860693,
"clientTranId": "11945860694"
}Changes
Changed in 3 of the 26 revisions of this API.213
- ○
added the new optional
queryrequest parametersymbolnew-optional-request-parameter
- ○
added the new enum value
ISOLATED_MARGINto thequeryrequest parameterfromAccountTyperequest-parameter-enum-value-added
- ○
added the new enum value
ISOLATED_MARGINto thequeryrequest parametertoAccountTyperequest-parameter-enum-value-added
- ○
added the new enum value
MARGINto thequeryrequest parameterfromAccountTyperequest-parameter-enum-value-added
- ○
added the new enum value
MARGINto thequeryrequest parametertoAccountTyperequest-parameter-enum-value-added
- ○
added the required property
clientTranIdto the response with the200statusresponse-required-property-added
- ○
- ○
added the new optional
queryrequest parameterclientTranIdnew-optional-request-parameter
- ○
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
for the
queryrequest parameteramount, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
tranIdbecame required for the status200response-property-became-required
- ▲