---
title: "Get native asset for a blockchain"
method: GET
path: "/v1/blockchains/native-asset/{id}"
tags: ["blockchains"]
---

# Get native asset for a blockchain

`GET /v1/blockchains/native-asset/{id}`

## Path parameters

- `id` string, required

## Response `200`

- AssetDto
  - `id` string, required
  - `name` string, required
  - `symbol` string, required
  - `defaultDecimals` number, required
  - `isStablecoin` boolean, required
  - `defaultContractAddress` string, 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)
