ToolAssay

Native + USDC + custom-token balances for any wallet on Base, Ethereum, or Solan

Native + USDC + custom-token balances for any wallet on Base, Ethereum, or Solana — with USD estimates — straight from public RPCs, no API key. Raw units as decimal strings plus formatted numbers; add up to 10 ERC-20 contracts via tokens=. 60s cache; an empty, never-used address is a real answer (zeros + no_activity_detected finding).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
929 msmedian answer time
$0.005listed price per call
$0.005price 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://netintel.dev/wallet/balance

CategoryMarket data
Provider hostnetintel.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days4 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 929 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "address": "0x4F3c04C3F17264B83ae884df7985142B7DC8047c",
    "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"
        },
        "queryParams": {
          "properties": {
            "address": {
              "description": "Wallet address: 0x + 40 hex chars on base/ethereum, base58 on solana. Aliases: wallet, account, addr",
              "type": "string"
            },
            "chain": {
              "description": "base (default), ethereum, or solana (eth/sol accepted). Alias: network",
              "type": "string"
            },
            "tokens": {
              "description": "EVM only: comma list of up to 10 ERC-20 contract addresses for extra balances",
              "type": "string"
            }
          },
          "required": [
            "address"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "address": {
              "type": "string"
            },
            "cache_age_seconds": {
              "type": "number"
            },
            "chain": {
              "type": "string"
            },
            "findings": {
              "type": "array"
            },
            "native": {
              "properties": {
                "formatted": {
                  "type": "number"
                },
                "raw": {
                  "description": "raw units (wei/lamports) as a decimal string",
                  "type": "string"
                },
                "symbol": {
                  "type": "string"
                },
                "usd": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "source": {
              "description": "the RPC that answered",
              "type": "string"
            },
            "stale": {
              "type": "boolean"
            },
            "tokens": {
              "items": {
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "formatted": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "usdc": {
              "properties": {
                "formatted": {
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "usd": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": "object"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON