GetTokenTypeMetadata

Retrieves metadata for a specific token type in a contract.

Public Endpoint (no credentials required)

public static VyTask<VyTokenTypeMetadataDto> GetTokenTypeMetadata(int contractId, int typeId, string id)

Path Parameters

Returns

VyTask<VyTokenTypeMetadataDto> A task that represents the asynchronous operation. The task result contains the metadata for the specified token type.

Last updated