Getting Started
Getting Started
Section titled “Getting Started”Welcome to TradeX! This guide will help you get started with our APIs.
Overview
Section titled “Overview”TradeX is a high-performance cryptocurrency exchange platform that provides:
- REST APIs for account management, trading, and market data
- WebSocket APIs for real-time market data streaming
- Multiple microservices for different functionalities
Quick Start
Section titled “Quick Start”1. Get API Credentials
Section titled “1. Get API Credentials”To use TradeX APIs, you’ll need:
- API Key
- API Secret
- Base URL for the service you want to use
Contact your administrator to obtain API credentials.
2. Choose Your Service
Section titled “2. Choose Your Service”TradeX consists of multiple microservices:
- Market Data Service: Real-time and historical market data
- Metadata Service: Trading symbols, instruments, and configuration
- Order Service: Order placement and management
- Auth Service: Authentication and authorization
- User Service: User profile management
- Wallet Service: Wallet and balance operations
3. Start Making Requests
Section titled “3. Start Making Requests”Each service has its own API documentation. Navigate to the API Reference section to explore available endpoints.
Next Steps
Section titled “Next Steps”- Learn about Authentication
- Understand Rate Limiting
- Explore the Architecture