[SOLVED] GetNFTs APIs, how to return if the number of NFTs of the user exceeds 100

Dear expert,

I used this command:

curl -X ‘GET’
https://deep-index.moralis.io/api/v2/0x0faa1cD8659d50B9547b3b9428701989E5a87566/nft?chain=eth&format=decimal
-H ‘accept: application/json’
-H ‘X-API-Key: ********’

and get this result as below

However, the number of NFTs of the user exceeds 100, then how to get the next page data?

Should use the cursor param?

Looking forward for your reply

There is cursor parameter for next pages. You will see a cursor returned that you can use as parameter for next page

Thanks for your reply