The Unstoppable Domains Metadata APIs provide standard NFT metadata routes for our various onchain assets. This includes ERC721, ERC1155 and ERC7572 metadata endpoints for various collections and tokens.
Note: While this API is public, endpoints are rate limited. While the default rate limit should be sufficient for client applications, if you would like a higher limit rate for a backend system, please send a request to UD Partner Engineering to acquire an API key.
Metadata for our Web3 and tokenized Web2 Domains, available at unstoppabledomains.com.
Metadata is returned for all UD domains, regardless of the underlying blockchain or smart contract it is associated with. All endpoints accept either the domain name (example.x
) or the the numeric token ID as the path parameter.
Metadata for our NFT Badge and NFT Badge collection service. Both the collections and badges are dynamically created, so the collection address must be included as a path parameter for all requests.
{- "tokenId": "string",
- "name": "string",
- "description": "string",
- "external_url": "string",
- "attributes": [
- { }
], - "image": "string",
- "background_color": "string"
}