---
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

## Changes

- **2025-08-15** `668c826e2588` — 2 warning
  - added the new `HIGH_LOSS_ERROR` enum value to the `details/items/reason` response property for the response status `400`
  - added the new `HIGH_LOSS_ERROR` enum value to the `details/items/reason` response property for the response status `500`
- **2025-08-06** `4d963b2be174` — 8 info
  - the response property `chain_to_assets_map/additionalProperties/assets/items/chain_id` became required for the status `200`
  - the response property `chain_to_assets_map/additionalProperties/assets/items/denom` became required for the status `200`
  - the response property `chain_to_assets_map/additionalProperties/assets/items/is_cw20` became required for the status `200`
  - the response property `chain_to_assets_map/additionalProperties/assets/items/is_evm` became required for the status `200`
  - …4 more
- **2025-05-20** `6ba512ad5ec2` — 1 info
  - api operation id `getAssets` removed and replaced with `assets`
- …earlier changes not shown

[Full history](https://skmtc.dev/skip-mev/apis/skip-go-api/changes/v2/fungible/assets/get.md)

---

[API](https://skmtc.dev/skip-mev/apis/skip-go-api.md) · [All operations](https://skmtc.dev/skip-mev/apis/skip-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skip-mev/skip-go-api/revisions/fd713a1d0418/schema)
