Build with Conyr
Conyr turns Solana’s raw transaction firehose into computed intelligence. Instead of parsing swaps and reconstructing positions yourself, you ask a question and get the answer: realized PnL the instant a trade closes, whether a wallet is genuinely skilled or just lucky, which wallets are coordinating a token, and how healthy that token actually is — all sub-second, parsed from a self-hosted node, no third parties.
Grab a free API key and make your first call in a couple of minutes. Get a key →
Why build on Conyr
Skip the transaction-crunching. Position-correct trader skill, FIFO realized PnL, behavioral labels, and a token health score — already derived, the moment a trade lands.
The only real-time bundle, wash-trade, and coordination detection on Solana. See the handful of wallets behind a token that looks like it has 200 buyers.
Every primitive is both a REST query and a live WebSocket stream. Backfill state with REST, switch to the stream, no gap in between.
Parsed live from a self-hosted Yellowstone node and standard RPC — no Helius, no stale third-party indexes. Chain to your app in milliseconds.
Your first call
Every /v1 route takes a Bearer API key. Here’s a free-tier call — how bundled a token is — with nothing to set up but the key:
curl -H "Authorization: Bearer $API_KEY" \
"https://api.conyr.ai/v1/token/<mint>/bundles/summary"You get back the bundle count, the share of supply those clusters control, and the dominant type. The full walkthrough — Python and TypeScript, then switching to a live stream — is in the Quickstart.
Pick your path
Auth, your first request, and copy-paste code in cURL, Python, and TypeScript.
Every endpoint and stream, grouped by what the data is — trades, wallets, holders, security.
The MCP server (~46 tools), OpenAPI spec, and llms.txt — for tool-calling AI agents.
End-to-end recipes: track a wallet live, build a token dashboard, rank the top traders.
Winner, Infrastructure Track — Colosseum Breakout Hackathon.