[SOLVED] getTokenIdMetadata error

Hello,

I’m migrating my DAPP to a self-hosted parse server and I’m getting an error on one of the API calls using moralis V1. The failing call is:

server/functions/getTokenIdMetadata

And the error I get is:

{"code":141,"error":"{\"message\":\"token_id must be a valid number string\"}"}

I think I’m sending the parameters correctly:

token_id: "6759"

Can you help me please?

you can try with tokenId instead of token_id

1 Like

Cool! That has worked. Thank you very much

1 Like