Full profile for any ERC-20 token by contract address — name, symbol, decimals,
Full profile for any ERC-20 token by contract address — name, symbol, decimals, supply from the chain itself, plus live price, liquidity, and volume from DEX data — Base and Ethereum, no API key. Holder count included; identity read on-chain so it can't lie or be rate-limited away. 10min cache; unlisted tokens return nulls with a no_dex_liquidity finding.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
925 msmedian answer time
$0.02listed price per call
$0.02price 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/token/info
| Category | Market data |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 925 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"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": "ERC-20 contract address: 0x + 40 hex chars, checksum case ignored. Aliases: contract, token, contract_address",
"type": "string"
},
"chain": {
"description": "base (default) or ethereum (eth accepted). Alias: network",
"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"
},
"decimals": {
"type": [
"number",
"null"
]
},
"findings": {
"type": "array"
},
"holders": {
"type": [
"number",
"null"
]
},
"is_contract": {
"type": "boolean"
},
"liquidity_usd": {
"type": [
"number",
"null"
]
},
"name": {
"type": [
"string",
"null"
]
},
"price_usd": {
"type": [
"number",
"null"
]
},
"source": {
"description": "e.g. \"rpc+dexscreener+blockscout\"",
"type": "string"
},
"stale": {
"type": "boolean"
},
"symbol": {
"type": [
"string",
"null"
]
},
"top_pool": {
"properties": {
"dex": {
"type": "string"
},
"pair": {
"type": "string"
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": [
"object",
"null"
]
},
"total_supply": {
"description": "raw atomic units as a decimal string \u2014 can exceed Number.MAX_SAFE_INTEGER",
"type": [
"string",
"null"
]
},
"total_supply_formatted": {
"description": "total_supply / 10^decimals \u2014 may lose precision on huge supplies",
"type": [
"number",
"null"
]
},
"volume_24h_usd": {
"type": [
"number",
"null"
]
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}