cosmostation / mintscan-binance-dex-backend

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

Migrating the APIs that rely on Binance Explorer API #19

Closed jaybxyz closed 3 years ago

jaybxyz commented 4 years ago

Migrating the APIs that rely on Binance Explorer API

Migration for the below APIs is needed since their explorer API is not public.

We decided to use those APIs at first because of the following reasons.

In the long run, these APIs should be migrated. It is good for our Mintscan for Binance Chain and Binance Explorer API server.

jaybxyz commented 4 years ago

AccountTxs API Migration

Below link gives you various message types exist in Binance Chain. https://github.com/binance-chain/go-sdk/blob/master/types/msg/wire.go#L9

There are 4 different message prefix types

[1] cosmos-sdk

[2] dex

[3] tokens

[4] scripts