---
title: "Return a specific base chain."
method: GET
path: "/v1/basechains/{base-chain-id}"
tags: ["Base Chains"]
---

# Return a specific base chain.

`GET /v1/basechains/{base-chain-id}`

## Path parameters

- `base-chain-id` string, required

## Response `200`

OK

- object
  - `status` integer
  - `result` BaseChainResponse
    - `id` string
    - `status` boolean
    - `created` string
    - `modified` string
    - `name` string
    - `value` string
    - `sources` object[]
      - `id` string
      - `status` boolean
      - `created` string, date-time
      - `modified` string, date-time
      - `name` string
      - `value` string
      - `group` string
      - `description` string
    - `severity_alerts` object[]
      - `id` string
      - `created` string, date-time
      - `modified` string
      - `status` boolean
      - `name` string
      - `value` string
      - `description` string
      - `group` string
      - `type` object
        - `id` string
        - `created` string, date-time
        - `modified` string
        - `status` boolean
        - `name` string
        - `value` string
        - `description` string
        - `group` string
    - `threshold_alerts` object[]
      - `id` string
      - `created` string, date-time
      - `modified` string
      - `status` boolean
      - `name` string
      - `value` string
      - `description` string
      - `group` string
      - `critical` object
        - `enabled` boolean
        - `repeat_enabled` boolean
        - `threshold` number
        - `repeat` number
      - `warning` object
        - `enabled` boolean
        - `threshold` number
    - `time_window_alerts` object[]
      - `id` string
      - `created` string, date-time
      - `modified` string
      - `status` boolean
      - `name` string
      - `value` string
      - `description` string
      - `group` string
      - `critical` object
        - `enabled` boolean
        - `repeat_enabled` boolean
        - `threshold` number
        - `repeat` number
        - `time_window` number
      - `warning` object
        - `enabled` boolean
        - `threshold` number
        - `time_window` number

## Other responses

- `404` — Base Chain not found
- `536` — Error: Could not retrieve data from Mongo.

---

[API](https://skmtc.net/simplystaking/apis/panic-api.md) · [All operations](https://skmtc.net/simplystaking/apis/panic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simplystaking/panic-api/versions/4400907a393c/schema)
