Binance Scraper API | Real-Time Crypto Tickers & Prices
Pricing
from $1.00 / 1,000 ticker fetcheds
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
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
symbols | array | Yes | — | List of Binance trading pair symbols (e.g. BTCUSDT, ETHUSDT, SOLUSDT) |
timeoutSeconds | integer | No | 15 | API 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 symbollastPrice(string) — last traded pricepriceChangePercent(string) — 24h price change percentagehighPrice(string) — 24h high pricelowPrice(string) — 24h low pricevolume(string) — 24h base asset volumequoteVolume(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
| Event | Cost |
|---|---|
| Ticker Fetched | Pay-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
Related Actors
| Actor | What it adds |
|---|---|
| CoinGecko Crypto Scraper | Get market cap, supply data, and multi-currency pricing beyond exchange data |
| Yahoo Finance Scraper | Add traditional stock and ETF quotes to your market data pipeline |
| Ethereum Gas Monitor | Track Ethereum gas prices alongside crypto trading data |