Binance offers public Market Data through REST Endpoints, when you call one of these endpoints, you will get an snapshot of the market data requested.
The Market Data Endpoints doesn't require authentication, so are freely available to all users.
Example: to get an snapshot of the ticker BNBBTC, do the following call
oBinance := TsgcWSAPI_Binance.Create(nil);
ShowMessage(oBinance.REST_API.GetPriceTicker('BNBBTC'));