Skip to main content
GET
/
tenant
/
{tenantId}
/
token_management
/
deployed_contract
/
mint
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "tokenConfigurationId": 123,
    "deployedTokenConfigurationId": 123,
    "ownerWalletTenantId": 123,
    "tenantId": 123,
    "ticker": "<string>",
    "name": "<string>",
    "description": "<string>",
    "recipientWalletTenant": {
      "walletTenantId": 123,
      "name": "<string>",
      "network": "<string>",
      "nativeCoinName": "<string>",
      "blockchainId": 123,
      "custodian": "<string>",
      "provider": "<string>",
      "treasury": 123,
      "walletAddress": "<string>"
    },
    "tokenAssets": [
      {
        "id": 123,
        "asset": {
          "id": 123,
          "country": "<string>",
          "name": "<string>",
          "code": "<string>",
          "numCode": 123,
          "minorUnits": "<string>",
          "isAvailable": true,
          "isHistorical": true
        },
        "weight": 123
      }
    ],
    "templateMethod": {
      "name": "<string>",
      "description": "<string>",
      "caller": {
        "name": "<string>",
        "description": "<string>",
        "widgetType": "<string>",
        "blockchainName": "<string>",
        "blockchainType": "<string>",
        "default": "<string>",
        "options": [
          {
            "label": "<string>",
            "value": "<string>"
          }
        ],
        "placeholder": "<string>",
        "order": 123,
        "fields": [
          {}
        ]
      },
      "parameters": [
        {
          "name": "<string>",
          "description": "<string>",
          "widgetType": "<string>",
          "blockchainName": "<string>",
          "blockchainType": "<string>",
          "default": "<string>",
          "options": [
            {
              "label": "<string>",
              "value": "<string>"
            }
          ],
          "placeholder": "<string>",
          "order": 123,
          "fields": [
            {}
          ]
        }
      ]
    },
    "gasEstimation": 123
  }
}

Path Parameters

tenantId
integer
required

Query Parameters

deployedTokenConfigurationId
integer
walletTenantId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object