/debank/users/history
Get a wallet’s transaction history across all chains, by address
Price: 1 credit
💡 AI Hint: Get the on-chain transaction history of a crypto wallet by its EVM address (0x…), newest first. Returns each transaction with its hash, chain, operation type (receive, send, approve, contract interaction, etc.), timestamp, the interacted protocol or counterparty address, the gas fee in USD, and the token transfers involved (direction, token, amount, USD value). Optionally restrict to a single chain.
⚠️ Common errors: 412: Wallet not found
Authorizations
API token from the dashboard
Headers
Body
Wallet address (EVM 0x address)
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
Max number of transactions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Restrict to a single chain by its DeBank chain id (e.g. eth, bsc, base)