Binance Scraper API | Real-Time Crypto Tickers & Prices avatar

Binance Scraper API | Real-Time Crypto Tickers & Prices

Pricing

from $1.00 / 1,000 ticker fetcheds

Go to Apify Store
Binance Scraper API | Real-Time Crypto Tickers & Prices

Binance Scraper API | Real-Time Crypto Tickers & Prices

Fetch real-time price action, 24h volume, and ticker data for Binance trading pairs. Fuel your algorithmic trading bots and crypto dashboards.

Pricing

from $1.00 / 1,000 ticker fetcheds

Rating

0.0

(0)

Developer

Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days ago

Last modified

Categories

Share

Binance Ticker & Price Scraper

Pull real-time cryptocurrency exchange data from the official Binance API for trading dashboards and price monitoring. Feed it a list of trading pairs and get back last price, 24h change, high/low, and volume — directly from the api.binance.com endpoint without authentication or rate-limit hassles.

Features

  • Bulk pair lookup — fetch ticker data for up to 100 trading pairs in a single API call
  • Real-time prices — returns last traded price, 24h price change, and percentage change
  • Volume metrics — includes 24h base volume and quote volume for each pair
  • High/low range — 24h high and low prices for each trading pair
  • No API key required — uses the public Binance REST API
  • Pay-per-result pricing — only pay for tickers returned, with charge-limit safety

Input

FieldTypeRequiredDefaultDescription
symbolsarrayYesList of Binance trading pair symbols (e.g. BTCUSDT, ETHUSDT, SOLUSDT)
timeoutSecondsintegerNo15API request timeout in seconds (1-120)

Input Example

{
"symbols": ["BTCUSDT", "ETHUSDT", "SOLUSDT"],
"timeoutSeconds": 15
}

Output

Each dataset item represents one trading pair. Key fields:

  • symbol (string) — trading pair symbol
  • lastPrice (string) — last traded price
  • priceChangePercent (string) — 24h price change percentage
  • highPrice (string) — 24h high price
  • lowPrice (string) — 24h low price
  • volume (string) — 24h base asset volume
  • quoteVolume (string) — 24h quote asset volume

Output Example

{
"symbol": "BTCUSDT",
"lastPrice": "104235.50",
"priceChangePercent": "2.150",
"highPrice": "105100.00",
"lowPrice": "101890.00",
"volume": "12450.234",
"quoteVolume": "1295000000.00"
}

Pricing

EventCost
Ticker FetchedPay-per-event (see actor pricing page)

Use Cases

  • Trading dashboards — display live Binance prices on custom dashboards or monitoring tools
  • Price alerts — combine with webhooks to trigger alerts on price movements
  • Arbitrage monitoring — compare Binance prices with other exchanges
  • AI trading agents — supply real-time exchange data to LLM-powered trading bots
ActorWhat it adds
CoinGecko Crypto ScraperGet market cap, supply data, and multi-currency pricing beyond exchange data
Yahoo Finance ScraperAdd traditional stock and ETF quotes to your market data pipeline
Ethereum Gas MonitorTrack Ethereum gas prices alongside crypto trading data