# Dexploit > Dexploit is a real-time Solana DeFi data infrastructure API. It provides OHLCV candlestick data, swap event streaming, trader/token analytics, and market discovery across 7 Solana DEX protocols via REST, WebSocket, gRPC, and GraphQL APIs. Dexploit solves the problem of building expensive, complex Solana data pipelines. Instead of running your own RPC nodes, parsing raw transactions, and maintaining infrastructure, developers get clean, normalized market data through simple API calls. ## Core Products - [OHLCV REST API](/products/rest-api): Historical candlestick data with 146M+ candles, 1.2M+ trading pairs, 8 timeframes (1s to 1d), and sub-50ms response times - [WebSocket Streaming](/products/websocket-streaming): Real-time OHLCV candle and price updates over persistent WebSocket connections with JSON encoding - [gRPC Streaming](/products/grpc-streaming): Ultra-low latency binary Protobuf streaming for algorithmic trading, sub-millisecond delivery - [GraphQL API](/products/graphql): Flexible queries with custom field selection, real-time subscriptions, and batch operations - [Swap Events](/products/swaps): Real-time decoded swap data from 7 Solana DEXs with REST, WebSocket, and gRPC access ## Supported DEX Protocols - Pump.fun: Bonding curve token launches - PumpSwap: Graduated token AMM trading - Raydium AMM: Automated market maker pools - Raydium CLMM: Concentrated liquidity pools - Raydium CPMM: Constant product pools - Orca: Whirlpool concentrated liquidity - Meteora: Dynamic AMM pools ## API Capabilities - [API Documentation](/docs): Full endpoint reference with code examples for REST, WebSocket, gRPC, and GraphQL - [Interactive Docs](/docs/interactive): Live API testing interface with real endpoints - [Pricing](/pricing): Free tier with 10K requests/month, Developer ($50/mo), Pro ($199/mo), Enterprise (custom) ## Key Endpoints - GET /api/v1/candles: Query historical OHLCV candles by protocol, pair, and timeframe - GET /api/v1/candles/latest: Get the most recent candles for a trading pair - GET /api/v1/top-movers: Top gainers and losers by price change - GET /api/v1/protocols: List all supported DEX protocols - GET /api/v1/pairs: List available trading pairs - GET /swaps: Query swap events with filters (token, trader, DEX, direction, size) - GET /swaps/whale: Large trades above configurable SOL threshold - GET /swaps/trader/:wallet: Trader swap history and analytics - GET /swaps/token/:mint: Token swap history and analytics - GET /trending: Currently trending tokens and traders - GET /stats/global: Global swap statistics - WS /ws/ohlcv: Real-time OHLCV candle streaming - WS /ws/json: Real-time price tick streaming (JSON) - gRPC StreamSwaps: Filtered real-time swap streaming - gRPC StreamByToken: Token-specific swap streaming - gRPC StreamByTrader: Trader-specific swap streaming - gRPC StreamWhales: Large trade streaming ## Optional - [Blog](/blog): Technical articles and tutorials - [System Status](/status): Real-time uptime and latency monitoring - [Terminal](/terminal): WebSocket testing interface - [Privacy Policy](/privacy): Data handling and privacy practices - [Terms of Service](/terms): Usage terms and conditions