Hello,
I have two problems getting the metadata of some NFTs. The first is with the URL returned by your API. The contract returns a parameterized URL, of type <PROTOCOL>://<DOMAIN>/{id}.
This contract has only two Ids, 1 and 2, but what your api returns is (look at the id part):
https://ipfs.moralis.io:2053/ipfs/bafybeiaooy4z4wh2r4msuil7edzxlo7rp327fdn6henbvue2im3p3q7mlu/0000000000000000000000000000000000000000000000000000000000000001
The second problem is that even if you remove the string of 0s and only leave the 1:
https://ipfs.moralis.io:2053/ipfs/bafybeiaooy4z4wh2r4msuil7edzxlo7rp327fdn6henbvue2im3p3q7mlu/1
I get the following error:
On the other hand, if I try to access with another gateway, for example:
https://gateway.pinata.cloud/ipfs/bafybeiaooy4z4wh2r4msuil7edzxlo7rp327fdn6henbvue2im3p3q7mlu
I get an answer.
Can you fix it please?
Thank you so much