Quanto API
Quanto.trade provides a REST API and WebSocket API for traders and developers to integrate their trading strategies, algorithms, and risk management systems with the platform.
API Overview
Quanto.trade provides a REST API and WebSocket API for traders and developers to integrate their trading strategies, algorithms, and risk management systems with the platform. The APIs provide custom access to order placement, account management, and market data.
REST API
The REST API supports trading, account management, and market data access, with features like SSL/TLS security, rate limiting, and IP whitelisting.
WebSocket API
The WebSocket API offers real-time market data, order updates, and streaming interfaces for order placement and cancellation, ensuring ultra-low latency and fast trading responses.
Getting Started
Register: Create an account at quanto.trade
API Key Management: Generate an API key in your account dashboard. Keys are read-only by default and can be configured to execute trades. Each key is tied to a single sub-account.
An API key is required to make an authenticated API command. API keys (public and corresponding secret keys) can be generated via the Quanto.trade GUI within a client's account.
If you wish to execute orders with your API Key, clients must select the Can Trade permission upon API key creation.
API keys are also only bound to a single sub-account, which is defined upon creation. This means an API key will only ever interact and return account information for a single sub-account.
Rate Limit
quanto.trade's APIs allow our clients to access and control their accounts or view our market data using custom-written software. To protect the performance of the system, we impose certain limits:
xxx