getErc20Contract

Description

This endpoint is used to get a specific token contract by blockchain and contract address.

public getErc20Contract(chain: VyChain, contractAddress: string) : VyPromise<VyErc20TokenContractDto>

Parameters

chain

The blockchain of the token contract.

contractAddress

string

The token contract address whose details you want to fetch.

Returns

VyPromise<VyErc20TokenContractDto>

Last updated