I'm aware of lists like https://github.com/public-apis/public-apis that list APIs. Is there a repo out there (or something else) that lists not only the API provider but also all of their endpoints? e.g. for Binance, something like this:<p>```<p>GET /sapi/v1/capital/config/getall<p>GET /sapi/v1/accountSnapshot<p>POST /sapi/v1/account/disableFastWithdrawSwitch<p>...<p>...<p>etc.<p>```<p>Would need not only all of the APIs out there but all of their endpoints as well (both free and paid APIs). Happy to create one if it doesn't exist
Is this what you are looking for?<a href="https://www.programmableweb.com/category/all/apis" rel="nofollow">https://www.programmableweb.com/category/all/apis</a>