ChainRay Trade Signal is a paid API for AI agents from chainray.online, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).
Aggregates on-chain trade intelligence for a specified blockchain, including KOL trades, whale activity, smart money movements, and new token pairs, with a verifiable cryptographic proof.
The most complete blockchain data and intelligence service for AI agents. 93 endpoints across 46 chains, from gas fees to DeFi analytics, with real-time streams, intent routing, and verifiable proofs. Pay-per-request via x402.
Returns an aggregated trade signal object for the specified chain including: KOL trades (buys/sells/sentiment summary, tracked wallets, 24h window), whale activity, smart money movements, new token pairs, trending tokens, a savings note comparing cost to querying individually, and a cryptographic proof (block hash, data hash, block number, timestamp) anchoring the data to a specific block.
GEThttps://chainray.online/trade-signalUse this endpoint when you need a comprehensive, aggregated snapshot of on-chain trading intelligence for a single chain in one call — instead of querying KOL trades, whale alerts, smart money, and new pairs separately. Especially useful when verifiable data provenance (cryptographic proof tied to a block) is required. Best for DeFi agents, trading bots, or portfolio monitors that need a broad signal sweep per chain.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "ethereum"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"type": "trade-signal",
"chain": "ethereum",
"_proof": {
"chain": "ethereum",
"dataHash": "c2778267ffcfca6f7838c51bdc8bc2f905b60708f5799ca3a52bce9995aebb16",
"blockHash": "0xe4ccdefb63e727934cce989790efedefb8c47ac6515a4a293d5499be867b7f8b",
"chainName": "Ethereum",
"blockNumber": 25299149,
"proofVersion": "3.0",
"blockTimestamp": 1781240327,
"proofTimestamp": 1781240334695
},
"savings": "$0.06 saved vs querying individually",
"newPairs": null,
"trending": null,
"kolTrades": {
"note": "No smart money addresses tracked yet. Smart money addresses are automatically learned from /smart-money and /whale-alerts endpoints. Call those endpoints first to build the address database.",
"chain": "ethereum",
"trades": [],
"summary": {
"totalBuys": 0,
"totalSells": 0,
"netSentiment": "NEUTRAL"
},
"timestamp": 1781240318729,
"periodHours": 24,
"trackedWallets": 0
},
"timestamp": 1781240334300,
"aggregated": true,
"smartMoney": null,
"whaleActivity": null,
"equivalentEndpoints": [
"/trending-tokens",
"/whale-alerts",
"/smart-money",
"/new-pairs",
"/kol-trades"
]
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"