Calls for /{wallet}/nft
(sometimes for the first page, sometimes for subsequent pages with a cursor) can take a few seconds (7) sometimes:
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/0xFFA17Ef7e40430C19ADcb15fA7E20B52C205DEc6/nft?chain=polygon' \
--header 'accept: application/json' \
--header 'X-API-Key: <key>'
Most of the time itโs faster like ~0.7s. Is there a way to make it faster, especially those 6-7 second ones? These calls are all made from the same server. We are careful to check for 429
s and backoff.