How to retrieve a list of all market pairs like ETH/BTC using Binance API?

I am working on a project relevant to crypto trading where I need to select a market pair of Binance Exchange and based on the pair choice I have to show various results like current price, 24 Hr price change, 24 Hr Volume and last 10 trade history of that market pair. I have gone through Binance Rest API Docs: https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md ,and can’t find the endpoint which can help me retrieve a list of market pairs.
Is there any documentation I am unaware about?