How to get a list of available deposit coins

Hi, I’m new here, I want to use Binance API to get all of the available deposit coins, could someone explained which API endpoint I should use and how should look like Request URL, should I use (HMAC SHA256)? If yes how to generate it, I’m gonna use nodejs.

Thanks

Available in our documentation at https://binance-docs.github.io/apidocs/spot/en/#all-coins-39-information-user_data,.
You can use https://github.com/binance-exchange/binance-api-postman to send API rest requests, the instructions are available within the repo.