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
Example request
{
"signedFields": {
"assetSymbol": "ETH",
"salt": "432558574839487",
"edsId": "eds_id",
"signedAtMillis": 12454325432
}
}Response
Withdraw request submitted successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.