Get StartedIntroduction

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

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

💡

Winner, Infrastructure Track — Colosseum Breakout Hackathon.