Skip to main content

Welcome to Raze.bot

Raze.bot provides powerful APIs for Solana blockchain trading and data. Choose your path based on your needs:

Quick Start

1

Choose Your API

Router V2: Public API with per-transaction fees (0.5% on swaps)Premium API: Subscription required for swap, streaming, and history endpoints
2

Get API Access

For Premium API, create an account at my.raze.bot
3

Start Building

Follow our Environment Setup guide

API Overview

Router V2 (Public)

No API key required - fees deducted from transactions:
  • Swap: Buy and sell tokens (/v2/sol/buy, /v2/sol/sell)
  • Send: Submit signed transactions (/v2/sol/send)
  • Utilities: Create, distribute, consolidate, mixer, transfer, burn, fee-claim

Premium API (Subscription)

Advanced swap endpoints with quote and execution:
  • Quote - Get swap quotes
  • Swap - Execute swaps
Real-time WebSocket streaming for live data:
  • Trades, deploys, migrations, alerts
  • Connect via wss://de.raze.sh/ws/sol?apiKey=YOUR_KEY
Comprehensive historical data and analytics:
  • Price: Current prices, image proxy
  • Trades: Recent trades, by mint, by signer, volume
  • Tokens: OHLC, holders, top traders, metadata, supply, deploys, migrations, search
  • Alerts: By mint, recent, top (daily/weekly/monthly)
  • Sentiment: Hourly, daily, weekly analysis
Visit my.raze.bot to view plans and pricing.

Next Steps