Deposits withdraw

Deposits withdraw

SecuritybearerToken
Request
path Parameters
ExchangeCode
required
string

Exchange code

Example: ABC
AccountIdentifier
required
string

Account identifier

Example: 098B0A25
Request Body schema: application/json
required
required
Array of objects non-empty
Responses
200

Deposits withdrawn

400

Bad request

401

Not authorized error

404

Not found

500

Internal server error

post/exchanges/{ExchangeCode}/accounts/{AccountIdentifier}/action/withdraw
Request samples
application/json
{
  • "withdrawals": [
    ]
}
Response samples
application/json
[
  • {
    }
]