v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Base Chains

Return a specific base chain.

get/v1/basechains/{base-chain-id}

Path parameters

base-chain-idstring required

The base chain hash id.

Response

OK

statusinteger

Example response

{
  "status": 200,
  "result": {
    "id": "62e143f9f161ba55e6db29cb",
    "status": true,
    "created": "2022-05-02T22:02:46.000Z",
    "name": "Cosmos",
    "value": "cosmos",
    "sources": [
      {
        "id": "628bd8675c5ab4c82d151a99",
        "status": true,
        "created": "2022-04-01T00:00:00.000Z",
        "modified": "2022-04-01T00:00:00.000Z",
        "name": "Nodes",
        "value": "nodes",
        "group": "source_type"
      }
    ],
    "severity_alerts": [
      {
        "id": "62e2569af161ba55e6db2a24",
        "created": "2022-04-01T00:00:00.000Z",
        "status": true,
        "name": "Node is syncing",
        "value": "node_is_syncing",
        "description": "Raised when your node is still catching up to the rest of the blockchain network in terms of block height.",
        "group": "severity_alert",
        "type": {
          "id": "6265d085fdb17d641746dcef",
          "created": "2022-04-01T00:00:00.000Z",
          "status": true,
          "name": "Critical",
          "value": "critical",
          "group": "severity_type"
        }
      }
    ],
    "threshold_alerts": [
      {
        "id": "62656ebafdb17d641746dcda",
        "created": "2022-04-01T00:00:00.000Z",
        "status": true,
        "name": "Cannot access validator",
        "value": "cannot_acccess_validator",
        "description": "Raised when a validator is unaccessible.",
        "group": "threshold_alert",
        "critical": {
          "enabled": true,
          "repeat_enabled": true,
          "threshold": 120,
          "repeat": 300
        },
        "warning": {
          "enabled": true
        }
      }
    ],
    "time_window_alerts": [
      {
        "id": "62e24c59f161ba55e6db2a1e",
        "created": "2022-04-01T00:00:00.000Z",
        "status": true,
        "name": "Missed block signatures within a time window",
        "value": "missed_blocks",
        "description": "Raised after a number of missed block signatures during a time window.",
        "group": "time_window_alert",
        "critical": {
          "enabled": true,
          "repeat_enabled": true,
          "threshold": 25,
          "repeat": 300,
          "time_window": 300
        },
        "warning": {
          "enabled": true,
          "threshold": 10,
          "time_window": 180
        }
      }
    ]
  }
}