---
title: "Get Chains"
method: GET
path: "/allowed_chains"
tags: ["pricing"]
---

# Get Chains

`GET /allowed_chains`

Get a list of supported chains for token pricing.

## Response `200`

OK

- Chains
  - `chains` Chain[]
    - `chain_id` string
    - `protocol` string
    - `network` string

## Other responses

- `401` — Invalid or expired token
- `429` — Rate limit exceeded
- `500` — An internal server error happened
- `503` — The resource you are trying to access is currently unavailable

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
