Thank You for visiting us

Forex Expo Dubai 2025

Developer Documentation Secure Access Required

Access comprehensive API documentation, integration guides, and developer resources for X9Trader platform. This section contains sensitive technical information and requires authorized access.

Getting Started

Welcome to the X9Trader API documentation. This guide will help you integrate with our trading platform and access real-time market data, execute trades, and manage portfolios programmatically.

Production Environment

This documentation contains live API endpoints and real trading functionality. Use sandbox environment for testing.

Base URLs

Production: https://api.x9trader.com/v1
Sandbox: https://sandbox-api.x9trader.com/v1

Quick Start

curl -X GET "https://api.x9trader.com/v1/account/balance" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

API Reference

Account Management

STABLE
GET /account/balance Get account balance
GET /account/positions List open positions
GET /account/history Trading history

Trading Operations

BETA
POST /orders Place new order
PUT /orders/{id} Modify existing order
DELETE /orders/{id} Cancel order

Market Data

STABLE
GET /market/quotes Real-time quotes
GET /market/depth Order book depth
WS /market/stream Live market feed

Authentication

API Key Authentication

All API requests require authentication using your API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Webhooks

Real-time Notifications

Configure webhooks to receive real-time updates about order executions, account changes, and market events.

order.filled
account.balance_updated
position.closed

Restricted Access

This documentation contains sensitive API keys, integration details, and proprietary technical information.

Need access? Contact your technical lead or request access here

Access granted. Welcome to X9Trader Documentation.

Developer Preview

This is a demonstration of our secure documentation system. In production, access would be granted through our developer portal.

Demo Access Key: DEMO_ACCESS_KEY