Metadata Service Guide
Cronos ID has a Metadata Service, which allows third party NFT platforms and wallets to integrate and display the information of Cronos IDs.
Service Endpoints
Production Environment https://metadata.cronosid.xyz/
Contracts
Testnet, CRORegistrar:
0x8101623b9F430C5A3fa808619456B8d98ba5A894
Mainnet, CRORegistrar:
0xf884647Dfa84696d9373F36eE413CCc48093F924
NFT Metadata API
Request path:
Parameters:
Network: Name of the chain to query for (mainnet | testnet)
contractAddress: Accepts contractAddress of the NFT which is represented by the tokenId
tokenId: Accepts labelhash of Cronos ID domain in both hex and int format
Response Body:
Response Fields:
NFT Metadata Image API
Request Path:
Parameters:
network: Name of the chain to query for (mainnet | testnet)
contactAddress: Accepts contractAddress of the NFT which is represented by the tokenId
tokenId: Accepts labelhash of Cronos ID domain in both hex and int format
Response Body:
A SVG image file
the content-type is ‘image/svg+xml’.
Last updated