OKX Crypto Ticker Scraper - Price, Volume & 24h Change avatar

OKX Crypto Ticker Scraper - Price, Volume & 24h Change

Pricing

from $0.50 / 1,000 results

Go to Apify Store
OKX Crypto Ticker Scraper - Price, Volume & 24h Change

OKX Crypto Ticker Scraper - Price, Volume & 24h Change

$0.5/1K ๐Ÿ”ฅ OKX crypto scraper! Price, bid/ask, 24h volume & change for all spot & swap pairs. No key. JSON, CSV, Excel or API in seconds. Track markets for trading, bots & portfolios โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

OKX Crypto Ticker Scraper ๐Ÿช™๐Ÿ“ˆ

Scrape live market tickers from OKX โ€” one of the world's largest crypto exchanges โ€” with no API key, no login, and no rate-limit headaches. Get the last price, bid/ask spread, 24-hour volume, and 24-hour percentage change for every spot pair or perpetual swap in a single run.

Perfect for crypto trading bots, price monitoring dashboards, portfolio trackers, and market-data pipelines.


โœจ What this Actor does

  • Pulls all OKX SPOT pairs (1,300+ instruments) or all SWAP perpetuals (400+ instruments) from the public OKX market API.
  • Returns clean, normalized JSON โ€” every numeric field is a real float, timestamps are ISO-8601 UTC, and the 24h change is pre-computed for you.
  • Filter by symbol with a simple substring, e.g. USDT for all USDT-quoted pairs or BTC for every Bitcoin market.
  • Fast & cheap โ€” a full run costs roughly ~$0.50 per 1,000 items in Apify platform usage. Most runs finish in seconds.
  • Datacenter-friendly โ€” works on shared/datacenter IPs, no residential proxies required.

๐Ÿ’ก Use cases

Use caseHow this Actor helps
Crypto tradingFeed real-time bid/ask and last price into your strategy or execution engine.
Price monitoringTrack 24h change and volume across hundreds of pairs on a schedule.
Trading botsReliable, key-free market snapshots for signal generation and backtesting.
Portfolio trackingValue holdings using live last prices for any OKX-listed asset.

๐Ÿ”ง Input

FieldTypeDescriptionDefault
modeselectWhat to scrape. Currently tickers.tickers
instTypeselectSPOT (spot pairs) or SWAP (perpetual futures).SPOT
symbolFilterstringCase-insensitive substring filter on the instrument ID (e.g. USDT, BTC). Empty = all.(empty)
maxItemsintegerMax number of tickers to return (hard cap 5000).500

Example input

{
"mode": "tickers",
"instType": "SPOT",
"symbolFilter": "USDT",
"maxItems": 500
}

๐Ÿ“ค Output

One dataset item per instrument:

{
"symbol": "BTC-USDT",
"inst_type": "SPOT",
"last_price": 63965.9,
"bid": 63965.9,
"ask": 63966.0,
"open_24h": 64785.5,
"high_24h": 65800.0,
"low_24h": 63740.0,
"volume_24h": 9263.69818124,
"volume_quote_24h": 599749492.44,
"change_pct_24h": -1.27,
"ts": "2026-07-24T17:15:05.465000+00:00",
"source": "okx",
"scraped_at": "2026-07-24T17:15:06.592559+00:00"
}
FieldMeaning
symbolOKX instrument ID (instId), e.g. BTC-USDT.
inst_typeSPOT or SWAP.
last_priceMost recent trade price.
bid / askBest bid / best ask price.
open_24h / high_24h / low_24h24h open, high and low.
volume_24h24h volume in the base currency.
volume_quote_24h24h volume in the quote currency.
change_pct_24h24h price change in %, pre-computed.
tsExchange timestamp (ISO-8601 UTC).
scraped_atWhen this Actor captured the data.

๐Ÿ’ฐ Pricing

Runs on the Apify platform pay-per-usage model, roughly ~$0.50 per 1,000 items. A single run of all SPOT tickers is typically a few cents.



โš–๏ธ Notes

This Actor uses only OKX's public market-data endpoints. No authentication, personal data, or private account information is accessed. Always comply with OKX's terms of service and applicable regulations when using market data.