API Reference

Get Token

Retrieves comprehensive details for a specific Token.

This endpoint fetches all stored information for a Token, identified by its unique token_id (which includes the chain and contract_address).
The response includes:

  • The Token's id (contract address and on-chain token ID).
  • registration_tx: Details of the transaction that registered or last updated this Token.
  • creator_id: The identifier of the Creator associated with this Token.
  • metadata: The metadata object provided during registration.
  • media: An array of media items linked to this Token, including their media_id, url, hash, and fetch_status.
  • license_parents: Information about any parent Tokens from which this Token might inherit rights.
  • token_authorizations: A list of authorizations granted directly to this Token by Brands.
  • infringements: The latest infringement check results for this Token. (See Infringements & Credits for details).

Path Parameters:

  • token_id (string, required): The unique identifier of the Token, typically in the format contract_address:token_id or just contract_address for ERC721 tokens where the on-chain token ID is part of the path.
  • network (string, required, from parent router): The blockchain network the Token is associated with.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!