AgentData API
agentdata-api.com
· AgentData
Real-time crypto market data for AI agents. Prices, funding rates, volatility, liquidation levels, correlation data. Pay-per-request via x402/USDC on Base.
agentdata-api.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 45/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-28 01:49:10 current | 68821fdef89a… |
view → |
Endpoints
| Agent card | https://agentdata-api.com/agent.json |
| Provider | https://agentdata-api.com |
Skills · 6 declared · mapped to canonical taxonomy
Get real-time prices for BTC, ETH, SOL, BNB, XRP
Perpetual futures funding rates with long/short bias signals
Full market overview with sentiment bias, arbitrage detection, and trading signals
24h volatility, price range, and annualized volatility for BTC/ETH/SOL
Estimated liquidation zones by leverage (5x/10x/20x) with open interest data
30-day price correlation between ETH/BTC, SOL/BTC, SOL/ETH
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentdata-api.com) [](https://agenstry.com/agents/agentdata-api.com) [](https://agenstry.com/agents/agentdata-api.com) [](https://agenstry.com/agents/agentdata-api.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AgentData API",
"description": "Real-time crypto market data for AI agents. Prices, funding rates, volatility, liquidation levels, correlation data. Pay-per-request via x402/USDC on Base.",
"url": "https://agentdata-api.com",
"version": "1.0.0",
"provider": {
"organization": "AgentData",
"url": "https://agentdata-api.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"authentication": {
"schemes": [
"x402"
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "crypto-prices",
"name": "Crypto Prices",
"description": "Get real-time prices for BTC, ETH, SOL, BNB, XRP",
"uri": "https://agentdata-api.com/api/prices",
"method": "GET",
"tags": [
"crypto",
"prices",
"market-data"
]
},
{
"id": "funding-rates",
"name": "Funding Rates",
"description": "Perpetual futures funding rates with long/short bias signals",
"uri": "https://agentdata-api.com/api/funding-rates",
"method": "GET",
"tags": [
"crypto",
"funding",
"derivatives",
"signals"
]
},
{
"id": "market-overview",
"name": "Market Overview",
"description": "Full market overview with sentiment bias, arbitrage detection, and trading signals",
"uri": "https://agentdata-api.com/api/market-overview",
"method": "GET",
"tags": [
"crypto",
"sentiment",
"arbitrage",
"signals"
]
},
{
"id": "volatility",
"name": "Volatility Analysis",
"description": "24h volatility, price range, and annualized volatility for BTC/ETH/SOL",
"uri": "https://agentdata-api.com/api/volatility",
"method": "GET",
"tags": [
"crypto",
"volatility",
"risk"
]
},
{
"id": "liquidation-levels",
"name": "Liquidation Levels",
"description": "Estimated liquidation zones by leverage (5x/10x/20x) with open interest data",
"uri": "https://agentdata-api.com/api/liquidation-levels",
"method": "GET",
"tags": [
"crypto",
"liquidation",
"leverage",
"risk"
]
},
{
"id": "correlation",
"name": "Correlation Matrix",
"description": "30-day price correlation between ETH/BTC, SOL/BTC, SOL/ETH",
"uri": "https://agentdata-api.com/api/correlation",
"method": "GET",
"tags": [
"crypto",
"correlation",
"portfolio",
"diversification"
]
}
]
}