This endpoint fetches the details of a specific token by tokenId.
public getErc1155Token(contractAddress: string, tokenId: string, chain: VyChain) : VyPromise<VyErc1155TokenDto>
Parameters
contractAddress
string
The contract address.
tokenId
The `id` of the token whose details you want to fetch.
chain
VyChain
The blockchain of the contract.
Returns
VyPromise<VyErc1155TokenDto>
Last updated 3 months ago