Skip to main content
GET
/
tenant
/
{tenantId}
/
token_configuration
/
assets
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "tokenName": "<string>",
      "issuerName": "<string>",
      "ticker": "<string>",
      "issuedCount": 123,
      "marketCap": 123,
      "isDeploying": true,
      "isDeployed": true,
      "assetWeights": {},
      "tokenBlockchainDeploymentStatuses": [
        {
          "blockchainId": 123,
          "tokenDeploymentStatus": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

tenantId
integer
required

Response

OK

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