CEX: Get Ticker
CEX via Parse · crypto_web3
Retrieve current ticker data for a specific trading pair from the legacy REST API. Returns last price, bid, ask, 24h volume, 30d volume, 24h high/low, and price change. The pair is specified by two separate currency symbols. 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
- 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_ticker
- Interface artifact
- sha256:79d5fe638d6b2ef67801773b69c0009c61b46374f787a3244cf4f13378f3b975
- Manifest digest
- sha256:f6cb66f0e2a3ac078812a47ec564bccab431d9a6a255f21725649835eb8a65d3
Request fields
- 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
- {"symbol1":"BTC","symbol2":"USD"}