MEXC Crypto Ticker Scraper - Prices, 24h Change & Volume avatar

MEXC Crypto Ticker Scraper - Prices, 24h Change & Volume

Pricing

from $0.50 / 1,000 results

Go to Apify Store
MEXC Crypto Ticker Scraper - Prices, 24h Change & Volume

MEXC Crypto Ticker Scraper - Prices, 24h Change & Volume

$0.5/1K πŸ”₯ MEXC crypto scraper! Price, 24h change & volume for 2000+ spot 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

4 days ago

Last modified

Share

MEXC Crypto Ticker Scraper

Scrape live MEXC spot-market data for every trading pair in one run: last price, 24h price change, 24h change %, 24h high/low, best bid/ask, and both base and quote 24h volume. It pulls straight from MEXC's public REST API β€” no API key, no login, no wallet connection required.

Fast, cheap, and reliable: one clean HTTP request returns 2,000+ spot tickers, which the actor normalizes into flat, analysis-ready JSON records.

What you get

One dataset item per trading pair, for example:

{
"symbol": "BTCUSDT",
"last_price": 63956.59,
"open": 64772.19,
"price_change": -815.6,
"change_pct_24h": -1.25,
"high_24h": 65808.36,
"low_24h": 63737.16,
"bid": 63945.81,
"ask": 63945.82,
"base_volume_24h": 7720.50198394,
"quote_volume_24h": 500330164.12,
"source": "mexc",
"scraped_at": "2026-07-24T18:00:00+00:00"
}

Note on change_pct_24h: MEXC's raw API returns priceChangePercent as a fraction (e.g. -0.0125). This actor normalizes it to a human-readable percent number (-1.25), rounded to 2 decimals, so you can use it directly.

Output fields

FieldDescription
symbolTrading pair, e.g. BTCUSDT
last_priceLast traded price
open24h open price
price_changeAbsolute 24h price change
change_pct_24h24h change as a percent number (normalized, 2 dp)
high_24h24h high
low_24h24h low
bidBest bid price
askBest ask price
base_volume_24h24h volume in base asset
quote_volume_24h24h volume in quote asset
sourceAlways mexc
scraped_atUTC ISO timestamp of the scrape

All numeric fields are nullable and safely coerced to floats.

Input

FieldTypeDefaultDescription
modeselecttickersScrape mode. tickers = all spot pairs
symbolFilterstring–Case-insensitive substring filter, e.g. USDT, BTC
maxItemsinteger500Max records to return (cap 5000)

Example input:

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

Use cases

  • Crypto trading β€” feed a live snapshot of MEXC prices and spreads into your strategy.
  • Market monitoring β€” track 24h movers, volume spikes, and top gainers/losers.
  • Trading bots β€” poll normalized tickers for automated buy/sell signals.
  • Portfolio tracking β€” value holdings and monitor P&L across hundreds of pairs.

Pricing

Extremely cheap to run: a full scrape of every MEXC spot pair costs roughly ~$0.5 per 1,000 results in platform usage β€” a single request covers the entire exchange.

If you trade across exchanges, check out the rest of the collection:

Disclaimer

This actor only accesses public MEXC market data. It does not place trades, access accounts, or handle funds. Not financial advice.