Skip to main content
GET
/
tenant
/
{tenantId}
/
token_management
/
deployed_contract
/
operation
/
{deployedTokenConfigurationTransactionPublicId}
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "tokenConfigurationId": 123,
    "deployedTokenConfigurationId": 123,
    "tokenOperationSummary": {
      "status": "Unknown",
      "submitted": "2023-11-07T05:31:56Z",
      "completed": "2023-11-07T05:31:56Z",
      "deployedTokenConfigurationTransactionPublicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "requestAmount": 123,
      "transactionHash": "<string>",
      "transactionHashLink": "<string>",
      "block": "<string>",
      "estimatedGasPrice": 123,
      "actualGasPrice": 123
    },
    "tenantWallet": {
      "walletTenantId": 123,
      "name": "<string>",
      "network": "<string>",
      "nativeCoinName": "<string>",
      "blockchainId": 123,
      "custodian": "<string>",
      "provider": "<string>",
      "treasury": 123,
      "walletAddress": "<string>"
    },
    "tokenConfigurationAssetTransactions": [
      {
        "id": 123,
        "asset": {
          "id": 123,
          "country": "<string>",
          "name": "<string>",
          "code": "<string>",
          "numCode": 123,
          "minorUnits": "<string>",
          "isAvailable": true,
          "isHistorical": true
        },
        "weight": 123,
        "uniqueId": "<string>",
        "total": 123,
        "amount": 123
      }
    ],
    "errorMessage": "<string>"
  }
}

Path Parameters

tenantId
integer
required
deployedTokenConfigurationTransactionPublicId
string<uuid>
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object