API Documentation
Dexploit API
Access Solana DEX OHLCV data and real-time swap events via REST, GraphQL, gRPC, and WebSocket APIs
OHLCV
Swaps
Statistics
Discovery
API Overview
Available APIs
REST API
Query historical OHLCV candlestick data and swap events via simple HTTP endpoints
OHLCV
Candlestick data with 8 timeframes from TimescaleDBSwaps
Swap history, whale tracking, trader & token statsGraphQL API
Flexible queries with pagination, filtering, and multi-pair batch operations
OHLCV
Candle queries, paginated results, multi-pair batchesgRPC Streaming
High-performance bidirectional streaming with Protocol Buffers
OHLCV
Real-time price stream for all DEX protocolsSwaps
Swap event streaming with <2ms latencyWebSocket Streaming
Browser-friendly real-time streaming for dashboards and monitoring
OHLCV
Batched transaction updates with protocol filteringSwaps
Real-time swap events with token/trader/whale filtersQuick Start
1. Get your API key from your dashboard
2. Choose your API (REST, GraphQL, gRPC, or WebSocket)
3. Start making requests using one of our authentication methods
Authentication
Bearer Token (Recommended)
Authorization: Bearer YOUR_API_KEYX-API-Key Header
X-API-Key: YOUR_API_KEYURL Query Parameter
?api_key=YOUR_API_KEY