Is it possible to pull more than 500 pages?

I was trying to use getnfttrades and I need more than 500 pages. I can somehow play around with joining pages, but is it possible to get it it one array>

Hello you can use the cursor property. When you use the current resultโ€™s cursor in your next query, it will return the next page.

Hereโ€™s an example of looping through using cursor to get all results.