---
title: "GET /v2/fungible/assets"
method: GET
path: "/v2/fungible/assets"
tags: ["Fungible"]
---

# GET /v2/fungible/assets

`GET /v2/fungible/assets`

Get supported assets. Optionally limit to assets on a given chain and/or native assets.

## Query parameters

- `chain_ids` string[]
- `native_only` boolean
- `include_no_metadata_assets` boolean
- `include_cw20_assets` boolean
- `include_evm_assets` boolean
- `include_svm_assets` boolean
- `only_testnets` boolean

## Response `200`

A map of chain_id to assets

- object
  - `chain_to_assets_map` object — Map of chain-ids to array of assets supported on the chain

## Other responses

- `400` — The request was invalid, e.g. field is invalid
- `500` — Internal server error

---

[API](https://skmtc.net/cosmos/apis/skip-go-api.md) · [All operations](https://skmtc.net/cosmos/apis/skip-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cosmos/skip-go-api/revisions/75fd91006bea/schema)
