$ man token-overhang
/token-overhang
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
token-overhang — measures holder concentration versus liquidity for an erc-20 on ethereum, base, ink, or robinhood chain
SYNOPSIS
POST https://x402.agentutility.ai/token-overhang
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Measures holder concentration versus liquidity for an ERC-20 on Ethereum, Base, Ink, or Robinhood Chain. It answers can the float exit by comparing the top non-infrastructure holders' USD value with DexScreener liquidity, then returns a deep, moderate, thin, or extreme ratio. Locked LP, treasury Safes, and pool infrastructure are excluded and listed separately. Use it as a holder concentration vs liquidity check or to ask whether the float can exit. Optional on-chain balance confirmation detects indexer drift and substitutes confirmed values. Data only, not investment advice.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| token_address | string | 0x-prefixed ERC-20 address. | required |
| chain | string | EVM chain. enum: ethereum · base · ink · robinhood | optional |
| top_n | integer | Top holders, 1-50. | optional |
| confirm_balances | boolean | Confirm up to 10 included holder balances and total supply by on-chain RPC reads. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| chain | string | — |
| token | object | — |
| top_n | integer | — |
| holdings | object | — |
| market | object | — |
| overhang_ratio | numbernull | — |
| verdict | stringnull | — |
| verdict_basis | string | — |
| excluded | array | — |
| priced | boolean | — |
| balances_confirmed | boolean | — |
| balance_drift | array | — |
| confirmation_note | stringnull | — |
| confidence | object | — |
| disclaimer | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/token-overhang \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the token-overhang tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-markettokenoverhangtoken-overhang
- methods
- POST
- cluster
- edgemarket
- price
- $0.02 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| defi-llama | DefiLlama API / DeFi TVL protocol lookup. | $0.02 |
| defi-llama-api | Looks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata. | $0.02 |
| defi-llama-protocol | Looks up any DeFi protocol's TVL and metadata from DefiLlama. | $0.02 |
| defi-tvl | DeFi TVL API / total value locked by protocol. | $0.02 |
| defillama | Look up a DeFi protocol by its DefiLlama slug and get back current TVL, per-chain TVL breakdown, 24h/7d/30d TVL change, category, parent… | $0.02 |
| gas-api | Estimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum. | $0.02 |
| gas-fees | Estimates EIP-1559 transaction fees on Base, Ethereum, Optimism, and Arbitrum. | $0.02 |
| gas-now-base | Real-time gas price oracle for Base, Ethereum, Optimism, Arbitrum, and Polygon. | $0.02 |
SEE ALSO