cosmostation / mintscan-binance-dex-backend

:construction: Mintscan Backend for Binance DEX
https://binance.mintscan.io
Other
23 stars 32 forks source link

Build custom API for asset #8

Closed jaybxyz closed 4 years ago

jaybxyz commented 4 years ago

Summary

At the time of this writing, there are 181 tokens listed on Binance Chain. In order to build "Asset" page in our Mintscan, custom API is needed to be built which provide necessary data following how it is designed.

This API returns tokens list and it has only the following parameters:

Params that further needed

Note: asset image can be found from this repo

Decision

For now, we decided to use an official explorer asset API although it is not for public use I believe. We will need to find a way to gather necessary data to build our own custom API for this.