@sentio/sdk
    Preparing search index...

    Function getCoinsThatHasPrice

    • get coins that has price, return results as a list of { symbol, coin } pairs where coin is the address-keyed CoinID for that symbol on the chain

      Parameters

      • chainId: ChainId

      Returns Promise<{ coin: CoinID; symbol: string }[]>