curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/wallets/0x.../transactions?page=1&limit=20&sort=date_desc"
{ "transactions": [ { "action": "deposit", "date": "2024-01-15T10:30:00Z", "amount": 1000000000, "token_type": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "status": "approved", "transaction_hash": "0xabc...", "protocol": "aave" }, { "action": "swap", "date": "2024-01-16T08:00:00Z", "amount": 500000000, "token_type": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "status": "approved", "transaction_hash": "0xdef...", "protocol": "compound", "new_token": "0x..." } ], "pagination": { "total_items": 15, "total_pages": 1, "current_page": 1, "items_per_page": 20 } }
Get transaction history for a wallet
giza.agent.getTransactions()
date_desc
date_asc
Show child attributes
deposit
withdraw
swap
transfer
bridge
approve
pending
approved
cancelled
failed