List all transactions
List all transactions related to the account.
Header
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
Page number, starts from 1.
Number of results per page.
Maximum 100
Filter on scope.
One of house_account
, clients_account
Associated original order (Short order ID)
Transaction type.
Value | Description |
---|---|
payin | Transaction payin |
payout | Transaction payout |
deposit | Transaction deposit |
transfer | Transaction payout |
conversion | Transaction convert |
card fee | Card fee |
card charge | Card charge |
fee | Fee |
adjustment | Adjustment |
Status of the transaction.
Value | Description |
---|---|
-1 | failed |
0 | pending |
1 | completed |
2 | cancelled |
Date Type is one of create_time
settle_time
complete_time
create_time
: The time When the transaction was created at.
settle_time
: The time when the transaction was settled at.
complete_time
: The time when the transaction was completed at.
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.