cex.io API: get_order_book
cex.io via Parse · crypto_web3
Fetch the current order book snapshot (bids and asks) for a trading pair from the legacy REST API. Each bid/ask is a [price, amount] pair. Supports depth limiting to control response size. Comprehensive API for CEX.io providing access to both legacy and modern Spot Trading public market data, including tickers, order books, trade history, and OHLCV candles. Fulfilled by Parse from cex.io.
- cex-io
- crypto-web3
- finance
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1dd8fdd2-c4cf-435c-94b9-f27cfe6abb11/get_order_book
- Interface artifact
- sha256:dc0329a7e079b0b0ca14b48cb48af96e5380eca1e89b601c4c115f1fde86652b
- Manifest digest
- sha256:4410c09d4aa67d6b2b1d8348bc93cf5bc88417501e5e5ed9978436b89aacc77e
Request fields
- depth (integer): Maximum number of bid/ask price levels to return.
- symbol1 (string): Base currency symbol (e.g. BTC, ETH, XRP, ADA, DOT, SOL).: Allowed values: BTC, ETH, XRP
- symbol2 (string): Quote currency symbol (e.g. USD, EUR, GBP, USDT).: Allowed values: USD, EUR, GBP
Example queries
- {"depth":"20","symbol1":"BTC","symbol2":"USD"}