The API Module hosted at api.tradegrub.com
is a robust, enterprise-grade API service that powers the entire TradeGrub platform. It provides unified access to all key modules, supporting multiple brokers and exchanges, and allows users to manage their accounts, execute trades, and retrieve real-time market data. This API is exclusively available to enterprise customers and offers both REST and WebSocket interfaces to ensure seamless integration with your trading systems.
- Unified Access: A single API interface to access account management, trading, and real-time market data across various brokers and exchanges. It also includes unified access to peripheral gateways (PGs) like FIX, MT5, stock brokers, crypto exchanges, RMS (Risk Management Server), OMS (Order Management Server), Reporting Server (RS), Feed Server (FS), Bot Server (BS) and Signal Servers (SS).
- REST API: Standard HTTP-based interface for performing tasks like managing accounts, placing orders, and retrieving historical and real-time data.
- WebSocket Interface: For real-time streaming of market quotes, order book updates, and notifications about trade execution and account changes.
- Cross-Broker and Cross-Exchange Support: Easily interact with multiple brokers and exchanges through a single integration point.
- Enterprise-Grade Security: Built with security best practices to ensure safe communication and data integrity.
- Scalable Infrastructure: Designed to handle high-frequency trading and large-scale enterprise applications.
- Account Management: Manage multiple accounts, view balances, portfolio positions, and trading history.
- Order Management: Place, modify, and cancel orders (limit, market, stop, etc.) across multiple brokers and exchanges.
- Real-Time Market Data: Access live quotes, bid/ask prices, order books, and trade history for a variety of assets.
- Trade Execution: Submit orders in real time, and get instant notifications on the status of trades and account updates.
- Historical Data: Retrieve historical market data for backtesting or analysis.
¶ Authentication and Access:
The API Module is restricted to enterprise customers. Each enterprise customer receives dedicated API keys and must authenticate requests using these credentials. Real-time access to market data and trading actions is facilitated via secure WebSocket connections.
Comprehensive API documentation is available to enterprise customers, detailing the request formats, response structures, and authentication methods. Contact your TradeGrub account manager for more information and access to the API documentation.
- REST API Base URL:
https://api.tradegrub.com/rest/v1/
- WebSocket API Base URL:
wss://api.tradegrub.com/ws/
To gain access to the API Module, please contact the TradeGrub sales team for information on enterprise plans. This API is available exclusively to enterprise customers and requires a contract for use.