Skip to main content

Welcome to Roxom API

The Roxom API provides programmatic access to our trading platform, enabling you to build applications that interact with our markets, manage orders, and access real-time market data.

Supported Instruments

The Roxom API supports the following trading instruments:
  • US500-BTC - SPY (SPDR S&P 500 ETF) perpetual futures.
  • GOLD-BTC - PAXG (Tokenized Gold) perpetual futures.
  • USDT-BTC - Tether (USDT) perpetual futures.
Symbol Format: REST API endpoints use compound symbols like GOLD-BTC, while WebSocket streams may use the same format. Always refer to the specific endpoint documentation for the correct symbol format.
Private REST endpoints and the WebSocket service require authentication via X-API-Key and X-API-Signature headers using RSA-2048 signatures.
Use the Sandbox environment for testing and development. Production credentials will not work with sandbox endpoints.

Available APIs

REST API

Complete REST API reference for trading operations
Production: https://api.roxom.com
Sandbox: https://api.roxom.io

WebSocket API

Real-time market data and account updates
Production: wss://ws.roxom.com/ws
Sandbox: wss://ws.roxom.io/ws

Getting Started

Start integrating with the Roxom platform in just a few steps.

Authentication

Learn how to authenticate your API requests using API keys.

Base URLs

Configure your application with the correct API endpoints.

Decimal Format

Understand how numerical values are formatted in API responses.

Ping

Test API connectivity and response time.

Core Features

Explore the main functionality available through our APIs.

Market Data

Access real-time market data and order books.

Orders

Create, modify, and manage trading orders.

Account

Retrieve account information and balances.

Positions

View and manage your trading positions.

Support

Get Help

For technical support or API questions, contact our development team.
Last modified on March 17, 2026