Payout
List all payouts
This endpoint returns a list of payouts.
GET
Header
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
Page number, starts from 1.
Number of results per page.
Maximum 50
Filter on scope.
One of house_account
, clients_account
Exact search by short ID of the payout.
Maximum Length 36
Filter on status of the payout.
One of awaiting_funds
, trade_settled
, closed
, funds_arrived
Filter on date type.
One of settle_time
, create_time
Start timestamps for different Date Types.
End timestamps for different Date Types. The time span range does not exceed 30 days.
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.