Token transfer history for any wallet address on Base or Ethereum — inbound/outb
Token transfer history for any wallet address on Base or Ethereum — inbound/outbound transfers with token, amount, direction, and timestamp as JSON. Powered by Dune Analytics. Use for: wallet activity tracking, onchain transaction history, USDC transfer audit, address monitoring. $0.003 USDC per call.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.003listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.tickersfeed.net/wallet/:address/transfers
| Category | Code and developer |
|---|---|
| Provider host | api.tickersfeed.net |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"address": "0x0567abB38E84FF9676A5B9B469b0255CdabE13f4"
},
"queryParams": {
"address": "0x0567abB38E84FF9676A5B9B469b0255CdabE13f4",
"chain": "base",
"days": 30,
"limit": 10
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"address": {
"type": "string"
}
},
"type": "object"
},
"queryParams": {
"properties": {
"address": {
"description": "Wallet address (0x...)",
"type": "string"
},
"chain": {
"description": "Blockchain: base (default) or ethereum",
"type": "string"
},
"days": {
"description": "Lookback days, max 90 (default 30)",
"type": "number"
},
"limit": {
"description": "Max results, up to 100 (default 25)",
"type": "number"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"type": "object"
}