FTX
APIComplete REST & WebSocket APIs for Cryptocurrency Algorithmic Trading
Overview
FTX provides REST and WebSocket APIs designed for cryptocurrency algorithmic trading needs. REST endpoints cover market data (tickers, order books, historical trades), account management (balances, order history), and trading operations (place/cancel orders). WebSocket APIs deliver real-time updates for market data (order book changes, trades) and account events (order status). Responses are JSON-formatted. Use cases include building algorithmic trading bots, automating portfolio management, accessing real-time/historical market data, and executing strategies for spot, futures, and leveraged tokens.
Example Integration (JavaScript)
fetch('https://docs.ftx.com/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- WebSocket Support
- JSON Response Format
- Market Data Access
- Trading Operations
- Real-time Updates
- Supports Futures & Spot Trading
Frequently Asked Questions
? Is FTX API free to use?
Yes, the FTX API was free for standard usage, though rate limits applied based on account type and usage.
? Does it require an API Key?
Yes, authentication via API key (and secret) is mandatory for account-related and trading endpoints.
? What is the response format?
All FTX API responses are in JSON format for easy parsing and integration into applications.
Top Alternatives
People Also Ask about FTX
Tool Info
Pros
- ⊕ Comprehensive API Suite
- ⊕ Real-time Data via WebSocket
- ⊕ Supports Multiple Trading Instruments
- ⊕ Detailed Documentation
- ⊕ Tailored for Algorithmic Trading
Cons
- ⊖ Rate-limited Access
- ⊖ No Longer Operational (as of 2022)
- ⊖ Requires API Authentication
- ⊖ Limited Post-Closure Support