Skip to main content
POST
/
tenant
/
{tenantId}
/
token_configuration
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": "<string>",
      "name": "<string>",
      "ticker": "<string>",
      "description": "<string>",
      "tenantId": "<string>",
      "tokenAssets": [
        {
          "id": 123,
          "asset": {
            "id": 123,
            "country": "<string>",
            "name": "<string>",
            "code": "<string>",
            "numCode": 123,
            "minorUnits": "<string>",
            "isAvailable": true,
            "isHistorical": true
          },
          "weight": 123
        }
      ]
    }
  ]
}

Path Parameters

tenantId
integer
required

Body

actorUserId
string | null
principalOid
string | null
tenantId
string | null
description
string | null
name
string | null
ticker
string | null
assets
object[] | null

Response

OK

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