issue-tracker
issue-tracker copied to clipboard
When passing in limit to address/nfts page_size comes back as a string.
When passing in a limit the page_size comes back as a string. The following will show the issue.
curl "https://deep-index.moralis.io/api/v2/0x51787a2c56d710c68140bdadefd3a98bff96feb4/nft?chain=eth&format=decimal&limit=100"
However, if you take the limit out the limit will be a number. This can throw json parsing off a bit.