getERC20TokenMarketPrice abstract method
- 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);