Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从我在 NFT 中找到的令牌 URI 中获取元数据。令牌 URI 如下所示:
https://api.opensea.io/api/v2/metadata/matic/<contract_address>/0x{id}
我尝试使用 tokenId 的十六进制形式而不是 {id} 但它只是在调用时返回{ success:false }错误。GET
{ success:false }
GET
为什么会出现这个错误。我以十六进制而不是0x{id}.
0x{id}
请帮忙
据我所知,opensea API 的速率限制会导致此问题 - 只需将其放置几个小时,看看它是否仍然存在。
Opensea 没有在文档中提供有关其 api 限制的任何有用信息。
https://docs.opensea.io/