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
Changes
Changed in 1 of the 13 revisions of this API.2
- ●
added the new
SERVICE_UNAVAILABLEenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to the/response property for the response statusresponse-property-enum-value-added
- ●