Skip to content

Instantly share code, notes, and snippets.

@o-az
Created August 4, 2021 19:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o-az/3cebeabdc54b85d0c08f2eafdb8b153a to your computer and use it in GitHub Desktop.
Save o-az/3cebeabdc54b85d0c08f2eafdb8b153a to your computer and use it in GitHub Desktop.
A list of useful crypto APIs
--Coingecko
https://api.coingecko.com/api/v3/simple/price?ids=binancecoin&vs_currencies=usd&include_last_updated_at=true
--BinanceDEX
https://dex.binance.org/api/v1/tokens?limit=1000
--Apeboard
https://api.apeboard.finance/wallet/<chain>/<address>
https://storage.apeboard.finance/rates.json
https://api.apeboard.finance/airdropTerra/<address>
https://api.apeboard.finance/<protocol>Eth/<address>
--
@outlawww
Copy link

Thank you for the usefull list! How do you authenticate for the ApeBoard API? I get unauthorised response.

@o-az
Copy link
Author

o-az commented Oct 22, 2021

Thank you for the usefull list! How do you authenticate for the ApeBoard API? I get unauthorised response.

For Ape Board I'm getting the same response so I think it's no longer public.
I'll update the list soon with more API endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment