Hi everyone,
I tried /v2/{address}/nft
API like below but it’s not working.
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/0x1faf5c84934fadaaa23eb7e6c7b284e98d63d75b/nft?chain=eth&format=decimal' \
-H 'accept: application/json' \
-H 'X-API-Key: <MY_API_KEY>'
The response is below. Some issues are happening on backend server?
<html><body><h1>504 Gateway Time-out</h1>
The server didn't respond in time.
</body></html>