dual_list_deposits
Retrieve deposit transaction records from the DUAL Web3 Operating System. Filter results by transaction hash, token symbol, or contract address to track blockchain deposits.
Instructions
List deposit transactions. Filter by transaction hash, token, or token address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | No | Filter by transaction hash | |
| token | No | Filter by token symbol | |
| token_address | No | Filter by token contract address | |
| limit | No | Maximum results to return (1-100, default 20) | |
| next | No | Cursor for next page (from previous response) |