get https://{subdomain}.ip-api-sandbox.yakoa.io/{network}/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 theirmedia_id,url,hash, andfetch_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.
Path Parameters:
token_id(string, required): The unique identifier of the Token, typically in the formatcontract_address:token_idor justcontract_addressfor 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.
