issue-tracker icon indicating copy to clipboard operation
issue-tracker copied to clipboard

When passing in limit to address/nfts page_size comes back as a string.

Open scottandrew opened this issue 3 years ago • 0 comments

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.

scottandrew avatar Nov 06 '21 13:11 scottandrew