API ReferenceEnterprise (Bulk & Webhooks)
Planned

Enterprise — Bulk & Webhooks

Everything in Layer 3, plus the throughput, delivery guarantees, and batch tooling that production systems need. Enterprise is custom-priced — get in touch.

⚠️

The bulk and webhook endpoints below are on the roadmap and not yet live. The dedicated-infrastructure and custom-limit offerings are available now under an Enterprise agreement. Until webhooks ship, use the WebSocket security streams (token:{mint}:security, wallet:{address}:security) for the same event coverage.

Bulk wallet analysis

Enterprise   Planned

Score thousands of wallets in one request instead of fanning out single calls.

EndpointPurpose
POST /v1/bulk/wallets/profileBehavioral profile for up to 10,000 wallets per request
POST /v1/bulk/wallets/coordinationCross-reference coordination signals across a wallet set

Bulk jobs run async and call back to a registered webhook on completion.

Webhooks

Enterprise   Planned

POST /v1/webhooks — register an endpoint to receive security events as they fire, instead of holding a socket open.

Supported eventFires on
bundle_detectedA new bundle on a token
coordination_alertA coordination campaign activates
wash_tradeA wash-trade pattern flagged
rug_detectedA rug confirmed
malicious_walletA wallet added to the malicious ledger

Filterable by token, wallet, severity, and event type, with exponential-backoff retry on delivery failure.

{
  "url": "https://your-server.com/webhook",
  "events": ["bundle_detected", "rug_detected"],
  "filters": { "token_mints": ["EPjFWd..."], "severity": "high" }
}

Dedicated infrastructure

Available now under an Enterprise agreement:

  • Dedicated NATS consumer group — guaranteed delivery and an independent read position, with no shared backpressure from other consumers.
  • Custom rate limits — negotiated throughput (3,000+ REST req/min, unlimited WebSocket connections).
  • White-label license — embed Conyr scores, labels, and alerts in your own product without Conyr branding.
  • SLA & priority support — 99.9% uptime SLA and a direct line to engineering.