Skip to main content
GET
/
tenant
/
{tenantId}
/
token_management
/
token_configuration
/
deployed_contracts_aggregated
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "blockchainName": "<string>",
      "blockchainIcon": "<string>",
      "blockchainId": 123,
      "ownerWalletTenantId": 123,
      "deploymentDate": "2023-11-07T05:31:56Z",
      "contractVersion": "<string>",
      "contractAddress": "<string>",
      "version": "<string>",
      "outstanding": 123,
      "outstandingUI": 123,
      "outstandingUIFormatted": "<string>"
    }
  ]
}

Path Parameters

tenantId
integer
required

Query Parameters

id
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null