// Conyr API — Solana on-chain intelligence

The Solana intelligence API
that runs its own node.

Wallet PnL, funding provenance, bundle and coordination detection, and 30-dimensional behavior vectors — every non-vote transaction on Solana, parsed in-house from a self-hosted Yellowstone node. REST, WebSocket, and an MCP server for AI agents.

Read the docs
// Parsing every swap across 25+ programs

Raydium

Pump.fun

Meteora

Orca

Jupiter

Phoenix

Bonk

Raydium

Pump.fun

Meteora

Orca

Jupiter

Phoenix

Bonk

[[ Why Conyr ]]

Most Solana APIs resell a shared RPC.
Conyr parses every transaction from its own node.

first-party · v1

Data aggregators

resold

×

Resold from Helius or a shared RPC provider

×

Inherits the upstream's rate limits and outages

×

Shallow heuristics bolted on top — bundler %, sniper count

×

Schema drifts whenever the upstream changes

×

Your latency = your call + their call + their upstream

Conyr

first-party

Self-hosted Yellowstone gRPC node — every non-vote, non-failed tx parsed in-house

No third-party dependency, no inherited rate limits

Intelligence computed in the hot path: FIFO PnL, provenance, coordination

One typed schema Conyr owns end to end

~100ns cache hits, predictable tail latency under load

// What the others don't compute
Provenance

Funding traced to CEX root

Follow any wallet's SOL up to 20 hops back to Binance, OKX, Coinbase and 230+ curated exchange hot wallets. Know who funded the funder.

Coordination

Coordinated-cluster detection

BundleV2 classifies sybil swarms, launch-slot bursts, Jito-sequential and CEX-coordinated clusters across four evidence domains, with live dump tracking.

Similarity

30-dimensional behavior vectors

Fingerprint a wallet across hold timing, exit discipline, performance, sizing and infrastructure, then k-NN search for wallets that trade like it.

Follow graph

Who copies whom

Leader→follower edges with TF-IDF support, wallet entities linked by shared funder or bundle execution, and time-bounded token campaigns.

True PnL

FIFO realized PnL

Cost basis reconciled trade by trade on every exit, with MEV and sandwich tagging and flash-swap filtering. The PnL the wallet actually took.

Token score

Six-dimension health score

Security, liquidity, distribution, momentum, trader quality and behavior — confidence-weighted and recomputed on a 250ms tick.

[[ For AI agents ]]

Point your agent at Conyr.
40+ tools, every answer cited.

MCP · Streamable HTTP

Conyr hosts an MCP server. Add one config block and Claude, Cursor, or any MCP client gets the full intelligence surface — token deep-dives, wallet dossiers, coordination reports — tier-gated by your key.

~/.cursor/mcp.jsonmcp.conyr.ai/mcp
{
  "mcpServers": {
    "conyr": {
      "url": "https://mcp.conyr.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Works with Claude Code, Cursor, Claude Desktop, and any Streamable-HTTP MCP client. Self-host over stdio if you run your own Conyr backend.

Every answer cited

Every tool result carries an evidenceUrl back to the Conyr terminal page that produced it, so your agent can cite where every claim came from.

// Composite tools — one call, the whole picture

token_deep_dive

Risk signal, bundle summary, holder breakdown, buyer quality and the security row — one call.

wallet_overview

X-ray classification, coordination block, funding provenance, 30-day PnL and similar wallets.

token_coordination_report

Active campaigns, crowd state, entity concentration, early clustered buyers, late-retail and wash alerts.

wallet_network_report

Full follow-edge graph both directions, entity/farm roster and bundle entanglement.

ClaudeCursorClaude Desktopany MCP clientstdio self-host
[[ The surface ]]

Everything on-chain, one API.

REST + WebSocket
Layer 1

Market data

Real-time price, candles and trades across 9 DEX protocols, parsed straight from the transaction stream.

// rest

GET /v1/token/{mint}/price

GET /v1/token/{mint}/ohlcv

GET /v1/token/{mint}/trades

// websocket

token:{mint}:trades

token:{mint}:ticks

token:{mint}:ohlcv:{view}:{tf}

Layer 2

Wallet intelligence

FIFO PnL, 30-dim profiles, similarity, provenance and 45-field labels for any wallet.

// rest

GET /v1/wallet/{addr}/profile

GET /v1/wallet/{addr}/pnl

GET /v1/wallet/{addr}/positions

GET /v1/wallet/{addr}/provenance

GET /v1/wallet/{addr}/similar

GET /v1/wallet/{addr}/labels

// websocket

wallet:{addr}:pnl

wallet:{addr}:positions

wallet:{addr}:labels

Layer 3

Security & coordination

Bundles, wash trades, entanglement and the coordination_v2 follow graph. The only manipulation-detection API on Solana.

// rest

GET /v1/token/{mint}/bundles

GET /v1/token/{mint}/wash-trades

GET /v1/token/{mint}/campaigns

GET /v1/token/{mint}/crowd

GET /v1/wallet/{addr}/entanglement

GET /v1/wallet/{addr}/follows

GET /v1/wallet/{addr}/entity

// websocket

token:{mint}:security

wallet:{addr}:security

One NATS-backed WebSocket connection streams trades, candles, PnL, position deltas, labels and security events — subscribe by tier. Full request and response shapes live in the docs.

[[ Quickstart ]]

One call, every signal.

auth: Bearer <key>
# Who's actually buying this token?
curl https://api.conyr.ai/v1/token/$MINT/buyer-quality \
  -H "Authorization: Bearer $CONYR_KEY"

# → {
#     "smart_money_signal": 0.42,
#     "tiers": {
#       "elite_smart_money": { "wallets": 7,  "volume_pct": 0.31 },
#       "farm_funded":       { "wallets": 22, "volume_pct": 0.18 }
#     }
#   }
Base URL api.conyr.ai/v1 · responses are stable, typed JSON · 429 on rate limit, 403 when a key's tier can't reach an endpoint.
[[ Pricing ]]

Start free. Scale to the firehose.

cancel anytime

Free

$0

Buyer quality and bundle summaries. No card required.

10 req/min

REST only

Layer 1

$79

/mo

Market data: price, OHLCV, trades and live trade/candle streams.

100 req/min

5 WS connections

7-day OHLCV history

Layer 2

Popular

$249

/mo

Wallet intelligence: PnL, 30-dim profiles, similarity, provenance, labels.

300 req/min

20 WS connections

500 tracked wallets

Layer 3

$599

/mo

Security: bundles, wash trades, coordination, entanglement, security streams.

600 req/min

50 WS connections

Unlimited wallets

Enterprise

from $999

/mo

Dedicated NATS consumer group, bulk endpoints, white-label, 99.9% SLA.

3,000+ req/min

Unlimited WS

Custom limits

Every tier reads from the same first-party node. Higher tiers unlock depth and rate, not a different data source.
[[ FAQ ]]

Questions developers ask.

8 answers

What is the Conyr API?

Conyr is a real-time Solana on-chain intelligence API. It parses every non-vote, non-failed transaction across 25+ DEX programs from a self-hosted Yellowstone gRPC node and serves wallet PnL, funding provenance, bundle and coordination detection, behavior vectors and live streams over REST, WebSocket, and an MCP server.

How is Conyr different from Helius or other Solana data APIs?

Most Solana APIs resell data from shared RPC providers and add shallow heuristics on top. Conyr runs its own validator and Yellowstone gRPC node and parses the chain in-house, so there is no third-party dependency, no inherited rate limits, and the intelligence — FIFO PnL, provenance to CEX root, coordinated-cluster detection — is computed in the hot path rather than bolted on.

What can the Conyr API detect?

Coordinated buy campaigns, sybil and bundle clusters, wash trading, MEV and sandwich attacks, rug-pull profiteers and fresh-wallet farms, plus a wallet's funding origin traced up to 20 hops back to a centralized exchange. It also scores trader quality and six-dimension token health.

Does Conyr work with AI agents? Does it have an MCP server?

Yes. Conyr hosts an MCP server at https://mcp.conyr.ai/mcp exposing 40+ tools to Claude, Cursor, Claude Desktop and any MCP client. Every tool result carries an evidenceUrl linking to the terminal page that produced it, so agents cite their sources instead of guessing.

Is there a free tier, and what does the API cost?

Conyr has a free tier covering buyer quality and bundle summaries, no card required. Paid tiers run from $79/mo for market data to $249/mo for wallet intelligence and $599/mo for security intelligence, with custom Enterprise plans from $999/mo.

What is the data latency and source?

All data is parsed first-party from a self-hosted Yellowstone gRPC node — no Helius, no third-party indexer. Cache hits return in roughly 100 nanoseconds, and real-time events stream over WebSocket within sub-second of the swap landing on-chain.

Does the API have WebSocket streams?

Yes. A single NATS-backed WebSocket connection streams raw trade ticks, OHLCV candles, realized PnL, position deltas, wallet labels and security events, scoped by tier.

What chains does Conyr support?

Conyr is Solana-only and parses Solana mainnet directly. It covers 25+ DEX programs — Raydium, Pump.fun, Meteora, Orca/Whirlpool, Phoenix and more — plus 6 router/aggregator protocols including Jupiter, Titan, DFlow and OKX.

Build on the chain's source of truth.

Free tier, no third-party data, an MCP server your agent can cite. Get a key and start reading Solana the way it actually happened.

Read the docs
> Endpoint: api.conyr.ai/v1MCP: mcp.conyr.ai/mcpChain: Solana Mainnet
Status: Operational