---
title: "Get all blockchains"
method: GET
path: "/v1/blockchains"
tags: ["blockchains"]
---

# Get all blockchains

`GET /v1/blockchains`

## Response `200`

A list of available blockchains

- FindBlockchainResponseDto[]
  - `id` string, required
  - `blockchainEcosystem` object, required
  - `nativeCurrency` object, required
  - `name` string, required
  - `isMainnet` boolean, required
  - `rpcUrl` string, required
  - `iconUrl` string, required
  - `explorer` object, required
  - `indexer` object, required
  - `metadata` object, required

---

[API](https://skmtc.net/paytweed/apis/tweed-api.md) · [All operations](https://skmtc.net/paytweed/apis/tweed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paytweed/tweed-api/revisions/3aa4ec701a52/schema)
