v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Sub-Account

Enable Options for Sub-account (For Master Account)(USER_DATA)

Enable Options for Sub-account (For Master Account).

Weight(IP): 1

post/sapi/v1/sub-account/eoptions/enable

Query parameters

emailstring required
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Sub account EOptions status

emailstring required
isEOptionsEnabledboolean required

Example response

{
  "email": "alice@test.com",
  "isEOptionsEnabled": true
}