, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ token-analysis

> Token analysis

// Returns detailed token analytics including holder distribution, liquidity, and risk metrics

cryptoanalysistokenmetrics

Returns detailed token analytics including holder distribution, liquidity, and risk metrics. Agents can request it by capability ID crypto.token_analysis, or by plain intent — EntRoute resolves phrases like “token analysis”, “token metrics” and “token analytics” to this capability.

EntRoute currently lists 10+ endpoints from 7 providers for crypto.token_analysis, priced from $0.002 to $0.01 per call, settled in USDC on Base. The quickest responds in about 11ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"token analysis" "token metrics" "token analytics" "token research"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "crypto.token_analysis"}'
// endpoints.json
10 results
$0.0030
https://mcpfax-intel.bowling-anthony.workers.dev/trending
success: 100%
latency: 16ms
#2 Httpay listed
$0.0050
https://httpay.xyz/api/agent-jobs/open
success: 100%
latency: 14ms
$0.0050
https://api.x402node.dev/chain/token-meta
success: 100%
latency: 35ms
$0.0060
https://api.x402node.dev/market/top-movers
success: 100%
latency: 28ms
https://x402.professorsausages.com/insider-trades/recent
success: 100%
latency: 48ms
$0.0050
https://mcpfax-intel.bowling-anthony.workers.dev/movers
success: 100%
latency: 62ms
#7 Httpay listed
$0.0100
https://httpay.xyz/api/trending-tokens-base
success: 100%
latency: 11ms
$0.0050
https://api.tcgapi.dev/v1/prices/top-movers
success: 100%
latency: 101ms
$0.0020
https://agenttoll.app/api/trending
success: 100%
latency: 152ms
$0.0020
https://agenttoll-pi.vercel.app/api/base/trending
success: 100%
latency: 169ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Token analysis

How much does a token analysis API call cost?

Endpoints listed for crypto.token_analysis on EntRoute are priced from $0.002 to $0.01 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for token analysis endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer token analysis?

10+ endpoints are currently listed for crypto.token_analysis across 7 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these token analysis endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.