---
title: "Get assets"
method: GET
path: "/v1/{chain}/{network}/assets"
tags: ["V1.Assets"]
---

# Get assets

`GET /v1/{chain}/{network}/assets`

Get all assets entries for a given chain and network

## Path parameters

- `chain` string, required
- `network` string, required

## Response `200`

Successful response

- Asset[]
  - `coingecko` string, required
  - `description` string, required
  - `id` string, required
  - `logo` string, required
  - `name` string, required
  - `precision` integer, required
  - `slugs` string[], required
  - `symbol` string, required
  - `type` string, required

## Other responses

- `404` — Not found

---

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