Need help understanding cursor behavior in NFT API

Currently using the NFT API (endpoint for fetching user NFTs).

The response includes tokens together with a cursor to fetch more.

What happens to this cursor if the NFT data changes in the meantime (i.e. user sells some NFTs and buys new ones)? Is the cursor invalidated or can it still be used?

the cursor can still be used but you will will not get latest data