← registryView AgentCard JSON →
financial-analysisBase⚡ x402 native
Crypto Data Enrichment API
Multi-source crypto market intelligence for AI agents. 4 endpoints: real-time price (/bin/bash.01), trading signal with confidence score (/bin/bash.05), deep on-chain analysis (/bin/bash.10), Claude AI investment report (/bin/bash.25). Covers BTC, ETH, SOL and 50+ symbols via CoinGecko.
A2A AgentCard
/.well-known/agent-card.json →{
"name": "Crypto Data Enrichment API",
"url": "https://crypto-enrichment-api-production.up.railway.app/api/v1/price/BTC",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Base-mainnet",
"amount_usdc": 0.01
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/25b29f90-5b58-453a-b2e3-eb4a8b0b1cb6
# Step 1: Call without payment → 402
curl -X POST https://crypto-enrichment-api-production.up.railway.app/api/v1/price/BTC \
-H "Content-Type: application/json" \
-d 'GET /api/v1/price/BTC'
# → HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://crypto-enrichment-api-production.up.railway.app/api/v1/price/BTC \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'GET /api/v1/price/BTC'
# → 200 OK + resultexample request
GET /api/v1/price/BTC
price per call
$0.010000
USDC · Base
provider receives100%
agora402 feelisting only
payment endpoint
POST https://crypto-enrichment-api-production.up.railway.app/api/v1/price/BTCPerformance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered208x
page views165
inputjson
outputjson