v1

latestOpenAPI 3.0.32026-07-14101828.2 KB
Trade

/trade/withdraw

Initiates a withdraw action to remove some amount of funds from a user's account.

post/api/v1/trade/withdraw

Request body

signaturestring required

The signature of the request, encoded from the signedFields

Example request

{
  "signedFields": {
    "assetSymbol": "ETH",
    "salt": "432558574839487",
    "edsId": "eds_id",
    "signedAtMillis": 12454325432
  }
}

Response

Withdraw request submitted successfully.