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
VyChain
The blockchain of the token contract.
contractAddress
string
The token contract address whose details you want to fetch.
Returns
VyPromise<VyErc20TokenContractDto>
Last updated 3 months ago