Overview
Webacy Webhooks provide a push-model delivery of risk analysis data. Instead of polling our API, receive real-time notifications when events occur.Why Use Webhooks?
| Pull Model (API) | Push Model (Webhooks) |
|---|---|
| You poll for updates | We notify you instantly |
| Higher latency | Sub-second delivery |
| More API calls | Efficient, event-driven |
| Good for on-demand queries | Ideal for monitoring & alerts |
Event Types
TOKEN_LAUNCH_ANALYSIS
Triggered immediately when a new token is created. Receive risk analysis within milliseconds of minting. Use Cases:- Early token screening for trading bots
- New token alerts for monitoring dashboards
- Automated listing decisions for DEX aggregators
Example Payload
Example Payload
TOKEN_TRANSACTION
Fires instantly for each buy/sell transaction on monitored tokens. Use Cases:- Real-time trading alerts
- Instant bundler/sniper activity detection
- Live portfolio tracking
- Automated trading signals
Example Payload
Example Payload
HOLDER_ANALYSIS_UPDATE
Delivers updates at 15 scheduled checkpoints after token launch, tracking how the holder distribution evolves. Checkpoints: Analysis is delivered at key intervals post-launch to track:- How bundler/sniper activity evolves
- Holder concentration changes
- Whale accumulation patterns
- Distribution normalization
- Track manipulation patterns over time
- Monitor holder distribution health
- Identify late-stage accumulation
- Research token lifecycle patterns
Example Payload
Example Payload
Current Limitations
As a beta feature, webhooks have the following limitations:
| Limitation | Details |
|---|---|
| Access | Limited beta access - requires approval |
| Chains | Solana only (additional chains coming soon) |
| Rate Limits | Custom limits based on your plan |
Getting Early Access
To request webhook access:- Email us at [email protected]
- Include your use case and expected volume
- Our team will reach out to discuss setup
- Webhook endpoint configuration
- Authentication details
- Detailed payload documentation
- Integration support
Coming Soon
- Support for additional blockchains (EVM chains, TON, etc.)
- Custom event filtering
- Webhook management dashboard
- Retry and delivery guarantees
