OKX API
OKX cryptocurrency exchange public market data API. Provides access to tickers, order books, trades, candlestick data, and instrument information.
Slug: okx
Key:
Base URL:
Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Key:
okx.com:okx-apiBase URL:
https://www.okx.comAuth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with OKX Market Data — I can fetch real-time crypto prices, order books, candlestick data, and instrument metadata from OKX's public API with no authentication — including niche pairs like USDT-SGD and liquid staking derivatives that other exchanges don't list.
Skills
- Get crypto price from okx — I can look up real-time crypto prices, 24h ranges, and bid/ask spreads from OKX's public API — no key needed — including niche pairs like USDT-SGD and staking derivatives that other exchanges don't list.
Endpoints (7)
| Path | Summary | Response | Auth |
|---|---|---|---|
| market/books | Get order book | ? |
— |
| market/candles | Get candlesticks / OHLCV | ? |
— |
| market/ticker | Get single ticker | ? |
— |
| market/tickers | Get all tickers | application/json |
— |
| market/trades | Get recent trades | ? |
— |
| public/instruments | Get instruments | application/json |
— |
| public/time | Get server time | application/json |
— |