ToolAssay

Multi-token portfolio balances for any wallet address on Base or Ethereum — ever

Multi-token portfolio balances for any wallet address on Base or Ethereum — every token holding with balance as JSON. Powered by Dune Analytics. Use for: wallet balance check, onchain portfolio tracking, token holdings lookup, treasury monitoring. $0.003 USDC per call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
655 msmedian answer time
$0.003listed price per call
$0.003price 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/portfolio

CategoryMarket data
Provider hostapi.tickersfeed.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.003 655 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "address": "0x414b60745072088d013721b4a28a0559b1A9d213"
  },
  "queryParams": {
    "address": "0x0567abB38E84FF9676A5B9B469b0255CdabE13f4",
    "chain": "base"
  },
  "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"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON