Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.55 KB

market_data_only.md

File metadata and controls

42 lines (29 loc) · 1.55 KB

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:https://data-stream.binance.vision:443/ws/btcusdt@kline_1m