Request parameters for listMetadata operation in MetadataApi.

ListMetadataRequest

interface ListMetadataRequestParams {
    chainName: string;
    contractAddress: string;
    fromUpdatedAt?: string;
    pageCursor?: string;
    pageSize?: number;
}

Properties

chainName: string

The name of chain

ListMetadata

contractAddress: string

The address of metadata contract

ListMetadata

fromUpdatedAt?: string

Datetime to use as the oldest updated timestamp

ListMetadata

pageCursor?: string

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

ListMetadata

pageSize?: number

Maximum number of items to return

ListMetadata