Skip to main content
GET
/
tenant
/
{tenantId}
/
token_configuration
/
{id}
{
  "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
id
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object