/mpt/{issuanceId}/metadatampt-getMetadataHalf-only endpoint that returns just identity + XLS-89 metadata.token / metadata.issuer for one MPT issuance. Use this when rendering an MPT card / row that doesn't need supply or market state — saves the database the metrics-half projection. Returns null when the issuance is not indexed. Mirror of /token/{tokenSlug}/metadata.
| Name | Location | Details |
|---|---|---|
BearerAuth | Authorization header · bearer | JWT issued by the Honeycluster auth service for the `indexer` audience. Present as `Authorization: Bearer <token>`. |
| Name | Type | Default | Description |
|---|---|---|---|
issuanceIdrequired | string | MPTokenIssuance ID. |
{
"id": "string",
"issuance_id": "string",
"issuer": "string",
"created_at_ledger": 0,
"destroyed_at_ledger": 0,
"burned": false,
"metadata": {
"token": {
"name": "string",
"ticker": "string",
"desc": "string",
"icon": "string",
"asset_class": "string",
"asset_subclass": "string",
"issuer_name": "string",
"urls": [
{
"u": "string",
"c": "website",
"t": "string"
}
],
"additional_info": null,
"metadata_uri": "string",
"metadata_url": "string"
},
"issuer": {
"address": "rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY",
"name": "string",
"domain": "string",
"kyc": false
}
}
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}