NFTs endpoint stopped working

Iโ€™m facing some issues retrieving NFTs. Endpoint: https://deep-index.moralis.io/api/v2/:address/nft

Not sure if Moralis team is aware of and if itโ€™s intermittent but your API is not returning results for any wallet at this moment.
Even tried with different credentials (created a new account with new API key) but no go. See some API responses below:

wallet: 0xb3ffd0f321abde1740f6e13be273348baad24291
{
    "total": 732,
    "page": 0,
    "page_size": 500,
    "cursor": "",
    "result": [],
    "status": "SYNCED"
}


wallet: 0x66D5527411d821cB513f2D214BBBC0ad73586b35
{
    "total": 665,
    "page": 0,
    "page_size": 500,
    "cursor": "",
    "result": [],
    "status": "SYNCED"
}


wallet: 0x6Bf97f2534be2242dDb3A29bfb24d498212DcdED

{
    "total": 3866,
    "page": 0,
    "page_size": 500,
    "cursor": "",
    "result": [],
    "status": "SYNCED"
}
1 Like

yes, we know about this issue, we are working on fixing it

Hi is there a time frame on this fix

now we hope to be fixed in the next 10-20 minutes

1 Like

@tsoeiro, it should be working now