Getting Started
The TDX3 API provides programmatic access to our AI trading platform. Use it to automate your trading strategies, retrieve market data, and manage your portfolio.
curl -X GET "https://api.tdx3.com/v1/market/quote" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Authentication
All API requests require authentication using an API key. You can generate your API key from the dashboard.
Rate Limits
API requests are limited to 100 requests per minute for standard accounts. Enterprise accounts have higher limits.
Endpoints
GET
/v1/market/quote
Get real-time market quotes
POST
/v1/orders
Place a new order
GET
/v1/portfolio
Get portfolio summary
DELETE
/v1/orders/{id}
Cancel an order