Skip to main content

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