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?