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
eVyChain
The blockchain of the contract.
contractAddress
string
The contract address whose tokens you want to fetch.
query (optional)
VyQuery_GetErc1155Tokens
Query to filter the operation results
Returns
VyTask<VyErc1155TokenDto[]>
Last updated 3 months ago