Receiving empty results array for getNFTs call for server connected to Ganache

Hi,

Currently I am getting no results even though I see some data synced from my local ganache blockchain to Moralis.

Note the toAddress is 0xbae1

My react-moralis application does the following call:

curl 'https://eipuyq40gyzn.usemoralis.com:2053/server/functions/getNFTs' \
  -H 'Connection: keep-alive' \
  -H 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="99", "Google Chrome";v="99"' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Sec-Fetch-Site: cross-site' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  --data-raw '{"chain":"eth","address":"0xbae1d7a5b04b96850ddc1ec0b6d2efb784adceaa","_SessionToken":"r:fa9c67bd99bd536338261d358acbb3a0","_ApplicationId":"7uANJLtL58PSHJpaOIYt0AnD9DMYz6l3VHfdr6Ol"}' \
  --compressed

but the result is:

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

Am I missing a step? As I mentioned I am running frpc in the background.

What chain did you set for that query?

Eth = eth mainnet

Also web3api doesn’t work with local dev chain as ganache.