FTX

API

Complete REST & WebSocket APIs for Cryptocurrency Algorithmic Trading

Visit Website

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)

script.js JS

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

Binance API Search Google
Coinbase Pro API Search Google
Kraken API Compare
Bybit API Search Google

People Also Ask about FTX

FTX vs Binance APIFTX vs Coinbase Pro APIFTX vs Kraken APIFTX vs Bybit API FTX 2025 review

Tool Info

Pricing Free
Category Cryptocurrency
Platform Public API

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

More Cryptocurrency Tools