v1

latestOpenAPI 3.0.32026-07-14101828.2 KB
Trade

/trade/accounts/authorize

Authorizes an account to trade, perform liquidations and more, on behalf of another account.

put/api/v1/trade/accounts/authorize

Request body

signaturestring required

The signature of the request, encoded from the signedFields

aliasstring

The (optional) alias of the account that is being authorized or deauthorized

Example request

{
  "signedFields": {
    "salt": "123335432",
    "idsId": "ids_id",
    "signedAtMillis": 1234567856
  },
  "alias": "John Doe"
}

Response

Authorize Account request submitted successfully