GetContractMetadata

Retrieves the metadata of a contract with the given ID.

Public Endpoint (no credentials required)

public static VyTask<VyContractMetadataDto> GetContractMetadata(int contractId)

Path Parameters

Returns

VyTask<VyContractMetadataDto> An asynchronous task that returns the metadata of the contract with the given ID.

Last updated