Endpoints that return multiple items are paginated using a cursor system. To pull the next set of results, pass the cursor returned in the current results, e.g.,* {URL}/nfts?chain=eth-main&page_size=25&cursor=KGpzb24pIjE1MDc3NDA0Ig.KGpzb24pNDM2.KGpzb24p

📘

Note: When paginating data using returned cursor, all other parameters must remain the same as in the original query.