getERC20TokenMarketPrice abstract method

Future<TokenPriceResponse> getERC20TokenMarketPrice(
  1. EthereumAddress tokenAddress
)

Retrieves the market price of an ERC-20 token.

Given the tokenAddress, this method returns a TokenPriceResponse containing information about the market price of the token.

Implementation

Future<TokenPriceResponse> getERC20TokenMarketPrice(
    EthereumAddress tokenAddress);