market_get_wallet_transactions
Retrieve transaction history for any wallet address on EVM-compatible blockchains. Filter by date, type, or currency to analyze activity and track portfolio.
Instructions
Get transaction history for a wallet address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (ISO 8601) | |
| from | No | Start date (ISO 8601) | |
| page | No | Page number | |
| limit | No | Results per page | |
| types | No | Transaction types (deposit,withdraw,approve,executed,balance,fee) | |
| address | Yes | Wallet address | |
| currency | No | Currency for values | USD |
| connectionId | Yes | Blockchain connection ID |