Interface search_for_NFTs_by_metadata_attributes_Query_Paging

interface search_for_NFTs_by_metadata_attributes_Query_Paging {
    cursor: string;
    limit: number;
    offset: number;
    pagingStyle: string;
}

Properties

cursor: string
limit: number
offset: number
pagingStyle: string