Card snapshot
agentdata-api.com
·
2026-05-28 01:49:10 UTC
·
68821fdef89aaf0e60eba81f98b38eb1f6612b2a3401cb78d6e956c58ce7bed8
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
]
}