3

I am trying to fetch the metadata out of a token URI which I found inside an NFT. The token URI looks like this:

https://api.opensea.io/api/v2/metadata/matic/<contract_address>/0x{id}

I tried using the hex form of the tokenId instead of {id} but it just returns { success:false } error on GET call.

Why is that I am getting this error? I placed my token Id in the form of hex instead of 0x{id}.

TylerH
  • 20,799
  • 66
  • 75
  • 101
aesygod
  • 65
  • 5

1 Answers1

-1

As far as I know the rate-limit on opensea API causes this issue - just leave it for a few hours and see if it persists.

Opensea did not provide any useful information with regards to their api throttling in the documentation.

https://docs.opensea.io/