> Mesh / Token analysis

POST https://mesh.heurist.xyz/x402/agents/TrendingTokenAgent/get_trending_tokens
Mesh verified
// score.json
Overall score: 1.00
Success Rate 100%
Latency 89%
Price 90%
Stability 100%
// payment.json
price: $0.0100
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 98.3%
p95_latency 212ms
last_verified 21h ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json

No contract info available

// request.json
{}
// response.json
{
  "tokens": [
    {
      "symbol": "PEPE",
      "name": "Pepe",
      "price_change_24h": 15.2
    }
  ]
}
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "crypto.token_analysis"}'