API Reference

Authentication

Current version uses no authentication; future versions support API keys.

Events Endpoint

GET /api/v1/events Returns latest token events.

GET /api/v1/events/:mint Returns events related to a specific token.

Mints Endpoint

GET /api/v1/mints Shows recently detected token mints.

Health Endpoint

GET /api/v1/health Returns RPC status, DB status, uptime, and latest processed slot.

Webhook Payload Schema

Includes:

  • event type

  • mint address

  • timestamp

  • raw instruction data

  • slot information

Last updated