List Wallet Transactions

GET {{baseUrl}}/v1/ewallets/:walletId/transactions?balance=<number>&currency=<string>&end_date=<string>&ending_before=<string>&page_number=<string>&page_size=<string>&start_date=<string>&starting_after=<string>&type=<string>

Retrieve a list of all transactions related to a wallet.

Request Params

KeyDatatypeRequiredDescription
balancestring(Required) The updated wallet balance after successful completion of the transaction.
currencystringThree-letter ISO 4217 code for the currency of the transactions. Uppercase.
end_datestringTimestamp of the last transaction or later, in Unix time.
ending_beforestringThe ID of the wallet transaction created after the last wallet transaction you want to retrieve. String starting with wt_.
page_numberstringPage number to retrieve.
page_sizestring(Required) Number of results per page.
start_datestringTimestamp of the first transaction or earlier, in Unix time.
starting_afterstringThe ID of the wallet transaction created before the first wallet transaction you want to retrieve. String starting with wt_
typestringType of transaction.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;metadata&quot;:{},&quot;amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;balance&quot;:&quot;\u003cnumber\u003e&quot;,&quot;balance_type&quot;:&quot;available_balance&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;destination_balance_type&quot;:&quot;available_balance&quot;,&quot;destination_ewallet_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ewallet_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;reason&quot;:&quot;\u003cstring\u003e&quot;,&quot;source_balance_type&quot;:&quot;on_hold_balance&quot;,&quot;source_ewallet_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;metadata&quot;:{},&quot;amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;balance&quot;:&quot;\u003cnumber\u003e&quot;,&quot;balance_type&quot;:&quot;received_balance&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;destination_balance_type&quot;:&quot;received_balance&quot;,&quot;destination_ewallet_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ewallet_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;reason&quot;:&quot;\u003cstring\u003e&quot;,&quot;source_balance_type&quot;:&quot;reserve_balance&quot;,&quot;source_ewallet_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}],&quot;status&quot;:{&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;operation_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}}