Issue:
We are using the NFT getWalletNFTs API, but the cursor is not working correctly if the user has an nft higher than 100. We are using the version of “moralis”: “^2.14.1”.
Cursor JWT Response
{
"customParams": {
"tokenAddress": [
"0x31385d3520bced94f77aae104b406994d8f2168c"
],
"walletAddress": "0xc3b5284b2c0cfa1871a6ac63b6d6ee43c08bdc79"
},
"keys": [
"1668293727.026"
],
"where": {
"token_address": [
"0x31385d3520bced94f77aae104b406994d8f2168c"
],
"owner_of": "0xc3b5284b2c0cfa1871a6ac63b6d6ee43c08bdc79"
},
"limit": 100,
"offset": 0,
"order": [],
"disable_total": false,
"total": 467,
"page": 1,
"tailOffset": 1,
"iat": 1676147885
}
Code: