Self-serve API keys are live: pull real-time Solana intelligence in minutes

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.

QuasiMFounder, Conyr·2026-06-12·2 min read·Updates

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.

What you get on the free tier#

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 now
  • GET /v1/token/{mint}/bundles/summary — whether coordinated buying clusters are present, and how concentrated they are

One 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:

TierPriceWhat unlocks
Layer 1$29/moToken market data — price, OHLCV, trades, plus the live WebSocket tape
Layer 2$75/moWallet intelligence — PnL, positions, behavioral labels, funding provenance, similar-wallet search
Layer 3$149/moThe 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.

For agents#

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.

Why self-serve matters#

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.

#api#pricing#announcement
// Written by

QuasiM

Founder, Conyr

x.com/quasimot0x
// The pipeline behind these posts

Run these reads against the live chain.

Get an API key
Read the docs

Related dispatches

012026-06-12
Guides

How do you find a profitable Solana wallet to copy trade?

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.

7 min
022026-06-12
Research

Solana bundle detection: how coordinated buying actually works, and how to catch it in real time

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.

8 min
032026-06-12
Research

Tracing Solana wallet funding provenance: what the first SOL transfer reveals

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.

7 min