> Elsa / DeFi token price

POST https://x402-api.heyelsa.ai/api/search_token
Elsa listed
// score.json
Overall score: 0.94
Success Rate 100%
Latency 75%
Price 99%
Stability 100%
// payment.json
price: $0.0010
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 98.3%
p95_latency 503ms
last_verified 22h ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json

No contract info available

// request.json
{
  "query": "USDC",
  "chain_id": 8453
}
// response.json
{
  "tokens": [
    {
      "symbol": "USDC",
      "name": "USD Coin",
      "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "chain_id": 8453,
      "decimals": 6
    }
  ]
}
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "defi.token_price"}'