Issuance

Get public token metadata JSON

Public, unauthenticated endpoint serving the SDP-hosted Token-2022 / Metaplex fungible-compatible metadata JSON for a deployed token. This is the URL burned into the on-chain MetadataPointer when the issuer doesn't supply their own URI. Only deployed (on-chain) tokens are served; pending drafts return 404.

get/v1/issuance/tokens/{tokenId}/metadata.json

Path parameters

tokenIdstring required

Token identifier.

Example:tok_example

Token identifier.

Response

Token metadata JSON

namestring required
symbolstring required
descriptionstring
imagestring

Changes

Changed in 1 of the 13 revisions of this API.2

    • added the new SERVICE_UNAVAILABLE enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the / response property for the response status

      response-property-enum-value-added