Rest API
Get Account Withdrawals
This endpoint retrieves the account withdrawal.
GET
/
api
/
v1
/
withdrawals
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
start
string
This is an optional parameter to support pagination. Get the value from the last
field if present in the previous response.
Response
200 - application/json
withdrawals
object[]
last
string
This is an optional field in the response to support pagination. Use this value if present for the start
parameter of the following request to get the next page of results.