Skip to main content

Trading Server

An open-source Solana trading server that provides REST API and WebSocket endpoints for token trading operations.

GitHub Repository

View source code, documentation, and contribute

Overview

The Trading Server is a self-hostable backend service that enables:
  • REST API - HTTP endpoints for swap operations
  • WebSocket Support - Real-time streaming capabilities
  • Multi-DEX Routing - Optimized routing across Solana DEXs
  • Self-Hosted - Run your own trading infrastructure

Getting Started

git clone https://github.com/razedotbot/trading-server.git
cd trading-server
Refer to the GitHub repository for full setup instructions and configuration options.