AInalyst Market Data API
Share / Embed
Reputation
formula v1.3Signals
Paid API endpoints for crypto market data and utility services. Payments via x402 protocol with USDC on Base network. Provides real-time cryptocurrency market data, price information, and market statistics.
Source: ipfs://bafkreiee7szevv3dbxfss4dhvay2yxpkchphmnzcj5flq6gjq34b64gfo4
Raw metadata
{
"name": "AInalyst Market Data API",
"type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
"image": "https://ainalyst-api.xyz/favicon.ico",
"active": true,
"payment": {
"chainId": 8453,
"network": "base",
"currency": "USDC",
"facilitated": true,
"receivingWallet": "0x5e50d23ec14ea4436582029a25313e5048e01d10"
},
"services": [
{
"name": "A2A",
"version": "0.3.0",
"endpoint": "https://ainalyst-api.xyz/.well-known/agent-card.json",
"a2aSkills": [
"data_retrieval/market_data/cryptocurrency_prices",
"data_retrieval/market_data/market_statistics",
"analytical_skills/data_analysis/financial_analysis"
]
},
{
"name": "MCP",
"version": "2025-06-18",
"endpoint": "https://ainalyst-api.xyz/mcp",
"mcpTools": [
"chat",
"get_agent_info"
],
"mcpPrompts": [
"greeting",
"help"
]
},
{
"name": "A2A",
"version": "0.2.0",
"endpoint": "https://ainalyst-api.xyz/v1/market/top",
"a2aSkills": [
"data_retrieval/market_data/cryptocurrency_prices",
"data_retrieval/market_data/market_statistics",
"analytical_skills/data_analysis/financial_analysis"
]
},
{
"name": "OASF",
"skills": [
"data_retrieval/market_data/cryptocurrency_prices",
"data_retrieval/market_data/market_statistics",
"analytical_skills/data_analysis/financial_analysis"
],
"domains": [
"technology/blockchain",
"finance_and_business/finance",
"finance_and_business/investment_services",
"technology/blockchain/cryptocurrency",
"technology/blockchain/defi"
],
"version": "v0.8.0",
"endpoint": "https://github.com/agntcy/oasf/"
},
{
"a2a": true,
"name": "market-top",
"price": "$1",
"method": "GET",
"endpoint": "https://ainalyst-api.xyz/v1/market/top",
"description": "Top 10 crypto assets with price, market cap, volume, and 24h change",
"inputSchema": {
"type": "object",
"properties": {}
},
"outputSchema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"name": {
"type": "string"
},
"rank": {
"type": "number"
},
"price": {
"type": "number"
},
"symbol": {
"type": "string"
},
"market_cap": {
"type": "number"
},
"volume_24h": {
"type": "number"
},
"percent_change_24h": {
"type": "number"
}
}
}
},
"count": {
"type": "number"
},
"source": {
"type": "string"
},
"timestamp": {
"type": "string"
}
}
}
},
{
"a2a": true,
"name": "market-trending",
"price": "$1",
"method": "GET",
"endpoint": "https://ainalyst-api.xyz/v1/market/trending",
"description": "Trending crypto and DeFi assets",
"inputSchema": {
"type": "object",
"properties": {}
},
"outputSchema": {
"type": "object",
"properties": {
"defi_trending": {
"type": "array"
},
"crypto_trending": {
"type": "array"
}
}
}
},
{
"a2a": true,
"name": "all-funds",
"price": "$1",
"method": "GET",
"endpoint": "https://ainalyst-api.xyz/all-funds",
"description": "List all funds",
"inputSchema": {
"type": "object",
"properties": {}
},
"outputSchema": {
"type": "object",
"properties": {
"data": {
"type": "array"
}
}
}
},
{
"a2a": true,
"name": "all-fundraisings",
"price": "$1",
"method": "GET",
"endpoint": "https://ainalyst-api.xyz/all-fundraisings",
"description": "List all fundraisings",
"inputSchema": {
"type": "object",
"properties": {}
},
"outputSchema": {
"type": "object",
"properties": {
"data": {
"type": "array"
}
}
}
},
{
"name": "touch",
"price": "$1",
"method": "GET",
"endpoint": "https://ainalyst-api.xyz/touch",
"description": "Touch the data endpoint",
"inputSchema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Optional message"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
}
},
{
"name": "click",
"price": "$1",
"method": "GET",
"endpoint": "https://ainalyst-api.xyz/click",
"description": "Click button endpoint",
"inputSchema": {
"type": "object",
"properties": {
"button": {
"type": "string",
"description": "Button name to click"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"button": {
"type": "string"
},
"message": {
"type": "string"
},
"timestamp": {
"type": "string"
}
}
}
},
{
"name": "web",
"endpoint": "https://ainalyst-api.xyz"
}
],
"updatedAt": 1769844000,
"description": "Paid API endpoints for crypto market data and utility services. Payments via x402 protocol with USDC on Base network. Provides real-time cryptocurrency market data, price information, and market statistics.",
"x402support": true,
"registrations": [
{
"agentId": 22602,
"agentRegistry": "eip155:1:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
}
],
"supportedTrust": [
"reputation",
"crypto-economic",
"tee-attestation"
]
}
Registrations
Cross-chain pointers from this agent's metadata back to its on-chain identity.
| Chain | Registry | Agent ID |
|---|---|---|
| Ethereum Mainnet | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 | 22602 |
Services
-
A2A v0.3.0Endpoint
https://ainalyst-api.xyz/.well-known/agent-card.jsonSkills data_retrieval/market_data/cryptocurrency_prices data_retrieval/market_data/market_statistics analytical_skills/data_analysis/financial_analysis -
MCP v2025-06-18Endpoint
https://ainalyst-api.xyz/mcp -
A2A v0.2.0Endpoint
https://ainalyst-api.xyz/v1/market/topSkills data_retrieval/market_data/cryptocurrency_prices data_retrieval/market_data/market_statistics analytical_skills/data_analysis/financial_analysis -
OASF vv0.8.0Endpoint
https://github.com/agntcy/oasf/Skills data_retrieval/market_data/cryptocurrency_prices data_retrieval/market_data/market_statistics analytical_skills/data_analysis/financial_analysis -
market-topEndpoint
https://ainalyst-api.xyz/v1/market/top -
market-trendingEndpoint
https://ainalyst-api.xyz/v1/market/trending -
all-fundsEndpoint
https://ainalyst-api.xyz/all-funds -
all-fundraisingsEndpoint
https://ainalyst-api.xyz/all-fundraisings -
touchEndpoint
https://ainalyst-api.xyz/touch -
clickEndpoint
https://ainalyst-api.xyz/click -
webEndpoint
https://ainalyst-api.xyz
The ValidationRegistry contract is not yet deployed on Ethereum Mainnet. Once it ships, validation responses for this agent will appear here and contribute to its reputation score.
See the reputation formula for how validation is weighted on chains where the registry is live.