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 TimescaleDB
Swaps
Swap history, whale tracking, trader & token stats

GraphQL API

Flexible queries with pagination, filtering, and multi-pair batch operations

OHLCV
Candle queries, paginated results, multi-pair batches

gRPC Streaming

High-performance bidirectional streaming with Protocol Buffers

OHLCV
Real-time price stream for all DEX protocols
Swaps
Swap event streaming with <2ms latency

WebSocket Streaming

Browser-friendly real-time streaming for dashboards and monitoring

OHLCV
Batched transaction updates with protocol filtering
Swaps
Real-time swap events with token/trader/whale filters

Quick 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_KEY
X-API-Key Header
X-API-Key: YOUR_API_KEY
URL Query Parameter
?api_key=YOUR_API_KEY