Request parameters for getERC20Token operation in TokensApi.

GetERC20TokenRequest

interface GetERC20TokenRequestParams {
    contractAddress: string;
    chainName: string;
}

Properties

contractAddress: string

The address of contract

GetERC20Token

chainName: string

The name of chain

GetERC20Token