Conyr API keys are now self-serve — create a key, pick a tier from free to $149/mo, and start querying live Solana wallet intelligence.
Until now, getting a Conyr API key meant asking for one. That step is gone. Keys are self-serve: sign in, open the API dashboard, create a key, and the first request works seconds later.
No card required. A free key gives you two of the most-asked-for reads on the platform:
GET /v1/token/{mint}/buyer-quality — how strong are the wallets buying this token right nowGET /v1/token/{mint}/bundles/summary — whether coordinated buying clusters are present, and how concentrated they areOne request to check a token before touching it:
curl -H "Authorization: Bearer $CONYR_API_KEY" \
"https://api.conyr.ai/v1/token/{mint}/bundles/summary"
If you want the background on what that endpoint is actually measuring, the bundle-detection write-up walks through it.
Pricing is flat and monthly, billed through Stripe from the same dashboard:
| Tier | Price | What unlocks |
|---|---|---|
| Layer 1 | $29/mo | Token market data — price, OHLCV, trades, plus the live WebSocket tape |
| Layer 2 | $75/mo | Wallet intelligence — PnL, positions, behavioral labels, funding provenance, similar-wallet search |
| Layer 3 | $149/mo | The security suite — full bundle forensics, coordination graphs, wash-trade and suspicious-activity detection |
Annual billing takes 20% off. Enterprise (dedicated consumers, webhooks, bulk endpoints) starts at $999 — that one is still a conversation, by design.
Every tier reads from the same pipeline: a self-hosted Yellowstone gRPC node parsing 25+ DEX programs in real time, with positions, PnL, and coordination detection computed as the chain moves. The docs cover every endpoint, and the API page has the full tier matrix.
The MCP server works on every tier — 40+ tools that let Claude, GPT, or any MCP-capable agent query wallets and tokens directly, gated to the same tiers as the REST endpoints. Setup is in the agents docs. If you are wiring Solana intelligence into an agent loop, that is the fastest path.
The request queue was the bottleneck, not the infrastructure. The pipeline already serves the Conyr terminal in production; the API exposes the same reads. Removing the manual step means a key at 3am on a Saturday works exactly like one issued by hand on a Tuesday.
Create a key in the dashboard, or start with the docs quickstart. Questions and sharp edges: @ConyrAI.
Run these reads against the live chain.
To find a Solana wallet worth copy trading, filter the leaderboard's lotto wins and bots using behavioral labels: trader type, badges, and bot share.
Coordinated buying hides token supply across dozens of Solana wallets. Here is why holder pages miss bundles, and how Conyr detects them in real time.
Trace any Solana wallet's funding lineage up to 20 hops back to 230+ curated CEX hot-wallet roots, and see what fresh-wallet patterns fall out.