getToken

This endpoint fetches the details of a specific token by tokenId.

public getToken(contractAddress: String, tokenId: Number, chain: eVyChain) : VyPromise<VyTokenDto>

Parameters

contractAddress

String

The contract address.

tokenId

Number

The `id` of the token whose details you want to fetch.

chain

The blockchain of the contract.

Returns

VyPromise<VyTokenDto>

Last updated