ToolAssay

AI portfolio analysis for any EVM wallet address — token holdings breakdown, con

AI portfolio analysis for any EVM wallet address — token holdings breakdown, concentration and risk assessment, and rebalancing observations as structured JSON. Powered by Dune Analytics. Use for: wallet health check, onchain portfolio review, risk report for an address, treasury analysis. $0.08 USDC per call.

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

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.08 638 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "address": "0x0567abB38E84FF9676A5B9B469b0255CdabE13f4"
  },
  "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