/mpt/issuance/{issuanceId}mpt-getIssuanceReturns the raw indexed row for a single multi-purpose token issuance by ID — flat column layout, no formatting. For the UI-friendly detail view with metadata.asset / metadata.issuer / metrics / flags sub-objects, use /mpt/by-token/{issuanceId}.
| 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 | Multi-purpose token issuance identifier. |
{
"issuanceId": "string",
"issuerAccount": "string",
"assetScale": 0,
"transferFee": 0,
"maxAmount": "string",
"requireAuth": false,
"canLock": false,
"canClawback": false,
"assetClass": "string",
"assetSubclass": "string",
"metadataUri": "string",
"metadataJson": "string",
"metadataCdnUrl": "string",
"name": "string",
"ticker": "string",
"description": "string",
"iconUrl": "string",
"issuerName": "string",
"urls": "string",
"additionalInfo": "string",
"metadataFetchedAt": "string",
"createdLedger": 0,
"createdAt": 1745798400,
"destroyedLedger": 0,
"currentSupply": "string",
"holderCount": 0,
"lastPriceXrp": "string",
"priceChange24hPct": "string",
"volume24hXrp": "string",
"volume7dXrp": "string",
"trades24h": 0,
"lastTradeAt": "string"
}| 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": []
}