Ask HN: Is there a list of all (or most) APIs and their endpoints? 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: ``` GET /sapi/v1/capital/config/getall GET /sapi/v1/accountSnapshot POST /sapi/v1/account/disableFastWithdrawSwitch ... ... etc. ``` 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 |