spraay_analytics_txhistory
Retrieve decoded transaction history for any wallet on Base. Get transaction types, values, timestamps, and method calls for $0.003 USDC per request.
Instructions
Get decoded transaction history for any address on Base. Returns transaction types, values, timestamps, and decoded method calls. Costs $0.003 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max transactions to return (default: '10', max: '100') | |
| address | Yes | Wallet address to get history for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |