Number of transactions limit on ERC20 or NFT transactions

Hi,

I noticed there was a 500 transaction limit with the API when getting ERC20 or NFT transactions. Does it increase if you upgrade to pro?

It’s not the total limit, but a page limit rather. You can get other pages with cursor

What do you mean by cursor? Does it automatically paginate the responses?

Cursor is a value that helps you navigate the pages. Here’s an example using cursor in python.
https://docs.moralis.io/misc/rate-limit#example-of-how-to-use-cursor-python

Ahh ok got it thanks!

Ok so I tried the cursor but I’m not really sure how it works. Do you have another resource on cursor or exactly what I add to the end of the API call? I don’t really understand what’s going on in the docs you sent

The link shared is an example of using a cursor. You can read about cursor here https://jsonapi.org/profiles/ethanresnick/cursor-pagination/