cURL
curl --request GET \ --url https://api.truust.io/2.0/wallets/{uuid}/transactions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "amount": 123, "currency": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Use your account's Secret Key as the Bearer token.
Wallet UUID.
Page number for pagination.
x >= 1
Start date filter (ISO 8601).
"2024-01-01"
End date filter (ISO 8601).
"2024-12-31"
List of transactions
Show child attributes