Skip to main content

Developer Reference

Solana Volume Bot API Documentation

Integrate campaign creation, reporting, and webhook-based automation with a crawlable HTML reference plus an interactive schema explorer.

Campaign management

Create campaigns, monitor status, and review delivery metrics for live volume operations.

Webhook automation

Trigger internal workflows when campaigns start, finish, or require operator review.

Operational reporting

Collect normalized JSON responses so dashboards and BI tools can track campaign performance.

Base conventions

Authentication

Send a bearer token with every request. Responses are JSON and use standard HTTP status codes for success, validation errors, and authorization failures.

Webhooks

Webhook events are signed and designed for delivery retries so operational tooling can safely process campaign updates.

Core endpoints

MethodPathPurpose
GET/api/boostsList campaigns with current status, chain, and recent activity.
POST/api/boostsCreate a new campaign for a token and submit budget parameters.
GET/api/boosts/{id}Fetch campaign details, delivery history, and health indicators.
POST/api/webhooks/testSend a verification event to confirm webhook configuration.

Interactive reference

Use the explorer below to inspect schemas and example payloads. The static summary above remains available to crawlers and readers without JavaScript.

Loading interactive API reference...