日本語
cURL
curl --request POST \ --url https://metadata.sequence.app/rpc/Metadata/SearchContractInfo \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data ' { "contractAddress": "0x70a2177079877e4aae639d1abb29ffa537b94970" } '
{ "contractInfoList": [ { "chainId": "80002", "address": "0x70a2177079877e4aae639d1abb29ffa537b94970", "name": "Placeholders", "type": "ERC721", "symbol": "", "logoURI": "https://metadata.sequence.app/projects/30957/collections/819/image.png", "deployed": true, "bytecodeHash": "0x77d12b9637a99b3ba23920eea929a68cc89b49a0e1ff4d2a71b798550cc0060e", "extensions": { "link": "", "description": "Placeholders collection", "ogImage": "https://metadata.sequence.app/projects/30957/collections/819/image.png", "ogName": "Vault for Sales", "originChainId": 0, "originAddress": "0x70a2177079877e4aae639d1abb29ffa537b94970", "verified": true, "verifiedBy": "token-directory" }, "updatedAt": "2024-10-23T05:53:19.171080211Z" } ] }
Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all.
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
[]ContractInfo
表示 子属性
このページは役に立ちましたか?