pancakeswap / pancake-info-api

Serverless API implementation for PancakeSwap on-chain data query.
328 stars 272 forks source link

Missing Authentication Token #35

Closed nickbencino closed 3 years ago

nickbencino commented 3 years ago

When I try to return token information based on address.

GET https://api.pancakeswap.info/api/tokens/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82

I get the "Missing Authentication Token" error.

ChefKai commented 3 years ago

Hello, this endpoint is only available for testing right now (develop branch); and has not been released to production yet. You can also follow the release of these endpoints here: https://github.com/pancakeswap/pancake-info-api/issues/10#issuecomment-811879752 All the of non-existing endpoints on the codebase will return this error.

larumanaulo commented 3 years ago

Hi @ChefKai ,

Will that endpoint be available to public use anytime soon?

Thanks