Token transfer history for a wallet on Base or Ethereum. Powered by Dune Analyti...
https://api.tickersfeed.net/wallet/:address/transfersOverview
Token transfer history for a wallet on Base or Ethereum. Powered by Dune Analytics. $0.003 USDC per call.
Protocol
x402
Price
$0.0030
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/transactions
Provider
tickersfeed
Source
bazaar
Indexed
2026-06-13 18:15:40
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"pathParams": {
"address": "EVM wallet address (0x-prefixed, 40 hex characters)"
},
"queryParams": {
"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": "http"
}
Output Schema
{
"address": "0xE82E...",
"chain": "base",
"transfers": [
{
"amount_usdc": 0.003,
"block_time": "2026-06-11",
"direction": "IN"
}
]
}