+ token-analysis

> Token analysis

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

cryptoanalysistokenmetrics
// 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
#1 Httpay listed
$0.0050
https://httpay.xyz/api/agent-jobs/open
success: 100%
latency: 31ms
$0.0050
https://api.x402node.dev/chain/token-meta
success: 100%
latency: 45ms
$0.0050
https://api.tcgapi.dev/v1/prices/top-movers
success: 100%
latency: 109ms
#4 Httpay listed
$0.0100
https://httpay.xyz/api/trending-tokens-base
success: 100%
latency: 35ms
#5 Mesh listed
$0.0100
https://mesh.heurist.xyz/x402/agents/AIXBTProjectInfoAgent/get_market_summary
success: 100%
latency: 52ms
// sample request
{}
// sample response
{
  "summary": "Market overview with top movers and trends"
}
$0.0100
https://clonecho.builda.company/x402/trending-topics
success: 100%
latency: 53ms
$0.0100
https://clonecho.builda.company/x402/crypto-trending
success: 100%
latency: 53ms
$0.0120
https://api.x402node.dev/nft/token
success: 100%
latency: 47ms
$0.0100
https://clonecho.builda.company/x402/github-trending
success: 100%
latency: 122ms
#10 Mesh listed
$0.0100
https://mesh.heurist.xyz/x402/agents/AIXBTProjectInfoAgent/search_projects
success: 100%
latency: 124ms
// sample request
{
  "query": "bitcoin"
}
// sample response
{
  "projects": [
    {
      "name": "Bitcoin",
      "symbol": "BTC",
      "sentiment": "bullish"
    }
  ]
}
// integrate.md

Use this capability in your agent or application: