The code which working for the last half year suddenly causes error today.
API Request: https://xxxxx.usemoralis.com:2053/server/functions/getNFTsForContract
With payload:
address: "xxxx"
chain: "0x38"
token_address: "0xd6f8a35F202E2575aCDf929F0069c2E8b3e65ada"
Returns error 400 with chain must be a valid enum value
.
But other values for chain
, like bsc
work (from documentation: https://docs.moralis.io/moralis-dapp/web3-api/supported-chains)