Multi-token portfolio balances for a wallet on Base or Ethereum. Powered by Dune...
https://api.tickersfeed.net/wallet/:address/portfolioOverview
Multi-token portfolio balances 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/wallet
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"
}
},
"type": "http"
}
Output Schema
{
"address": "0xE82E...",
"chain": "base",
"tokens": [
{
"balance": 100.5,
"symbol": "USDC"
}
]
}