```
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
https://api.nal.usda.gov/ndb/search/?format=json&q=butter&sort=r&max=25&offset=0&api_key=DEMO_KEY
I could apply the food group filter to help with relevancy and filter by "Dairy and Egg Products" but without knowing the food group beforehand makes it difficult and a manual process.
There is the Nutritionix API but that is pretty expensive for the number of calls we will be making (and this is bootstrapped). There is also Open Food Facts, but they seem to be missing basic items such as calories.