Files
ritmex-bot/docs/binance/binance-spot/faqs_market_data_only.md
T
2026-02-27 10:52:43 +08:00

2.8 KiB
Raw Blame History

title, source, fetched_at
title source fetched_at
Market Data Only | Binance Open Platform https://developers.binance.com/docs/binance-spot-api-docs/faqs/market_data_only 2026-02-26T10:38:07.444Z

Market Data Only URLs

These URLs do not require any authentication (i.e. The API key is not necessary) and serve only public market data.

RESTful API

On the RESTful API, these are the endpoints you can request on data-api.binance.vision:

Sample request:

curl -sX GET "https://data-api.binance.vision/api/v3/exchangeInfo?symbol=BTCUSDT" 

Websocket Streams

Public market data can also be retrieved through the websocket market data using the URL data-stream.binance.vision. The streams available through this domain are the same that can be found in the Websocket Market Streams documentation.

Note that User Data Streams cannot be accessed through this URL.

Sample request:

wss://data-stream.binance.vision:443/ws/btcusdt@kline_1m