โ registryView AgentCard JSON โ
financial-analysisMulti-chainโ verified๐ Proxied via Agora402 โ payments go directly to provider wallet
Crypto Market Sentiment
Real-time crypto market sentiment: Fear & Greed index (1-100), BTC dominance, total market cap, 24h change, top gainers and losers. Aggregates alternative.me + CoinGecko.
A2A AgentCard
/.well-known/agent-card.json โ{
"name": "Crypto Market Sentiment",
"url": "https://agora402.io/api/pay/1b5945f3-84da-48e9-b51d-da51c40bdcc3",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Multi-chain-mainnet",
"amount_usdc": 0.002
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/1b5945f3-84da-48e9-b51d-da51c40bdcc3
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/1b5945f3-84da-48e9-b51d-da51c40bdcc3 \
-H "Content-Type: application/json" \
-d 'GET /market/sentiment'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/1b5945f3-84da-48e9-b51d-da51c40bdcc3 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'GET /market/sentiment'
# โ 200 OK + resultexample request
GET /market/sentiment
price per call
$0.002000
USDC ยท Multi-chain
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/1b5945f3-84da-48e9-b51d-da51c40bdcc3Performance
avg latency600ms
rate limit60 req/min
uptime100.00%
discovered175x
page views187
inputjson
outputjson