---
title: "Get Chain List"
method: GET
path: "/getChainList"
---

# Get Chain List

`GET /getChainList`

Retrieve a list of supported chains, their names, and virtual machine identifiers. Raw data for the [supported chains list](/resources/chain-list).

## Response `200`

List of supported chains

- ChainListResponse[]
  - `chainId` integer, required — Chain ID. Find in the list of supported networks.
  - `name` string, required — Human-readable chain name
  - `vmId` 'evm' | 'solana' | 'alt-vm' | 'hypercore' | 'tron', required — Virtual machine identifier.

---

[API](https://skmtc.dev/swaps/apis/prediction-market-data-api.md) · [All operations](https://skmtc.dev/swaps/apis/prediction-market-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaps/prediction-market-data-api/revisions/03e917d60cb7/schema)
