GetErc1155Tokens

Description

This endpoint is used to get all tokens in a contract.

public static VyTask<VyErc1155TokenDto[]> GetErc1155Tokens(eVyChain chain, string contractAddress, VyQuery_GetErc1155Tokens query = null)

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address whose tokens you want to fetch.

query (optional)

Query to filter the operation results

Returns

VyTask<VyErc1155TokenDto[]>

Last updated