pancakeswap / pancake-info-api

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

Retrieve token creationDate #47

Closed alexauvray closed 3 years ago

alexauvray commented 3 years ago

Is there a way to retrieve token creation date ?

ChefKai commented 3 years ago

Hello,

This is not possible to query; as the token creation date is not related to the first pair creation on PancakeSwap for this token. Yet, if you want to get the creation date/block at which a Pair has been created, you can use the exchange or exchange-lite subgraph, and use the timestamp field, or wait for the end of the .info site bounty.