FreeAPI.watch

Binance Public API

Public endpoints of the world's largest crypto exchange providing real-time prices, order books, and trade history.

Status
🔴 Offline · 12 ms
30-day uptime
40.8%
Free tier
1,200 requests/min, no key for public data
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Binance Public API with…

Official docs ↗

Frequently Asked Questions

Does Binance Public API require an API key?

No, Binance Public API is freely accessible without registration or an API key.

What is Binance Public API's free tier?

1,200 requests/min, no key for public data

Is Binance Public API currently online?

We check Binance Public API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Binance Public API

Binance's public API endpoints give free access to real-time order book data, recent trades, and 24-hour ticker statistics for all listed pairs — without authentication. At 1,200 requests/minute (plus separate WebSocket limits), it is the highest-throughput free crypto data source available.

Common pitfalls

Quick start (bash)

curl "https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT" | python3 -m json.tool | grep -E '"symbol"|"lastPrice"|"priceChangePercent"'

Embed this badge

Add a live status badge to your README, docs, or website.

Binance Public API status badge

Markdown

[![Binance Public API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/binance-public.svg)](https://freeapi.watch/binance-public)

HTML

<a href="https://freeapi.watch/binance-public"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/binance-public.svg" alt="Binance Public API Status"/></a>

Further reading