v1

latestOpenAPI 3.0.02026-07-2614133121.9 KB
Fungible

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

get/v2/fungible/assets

Query parameters

chain_idsstring[]

Chain IDs to limit the response to, defaults to all chains if not provided

native_onlyboolean

Whether to restrict assets to those native to their chain

include_no_metadata_assetsboolean

Whether to include assets without metadata (symbol, name, logo_uri, etc.)

include_cw20_assetsboolean

Whether to include CW20 tokens

include_evm_assetsboolean

Whether to include EVM tokens

include_svm_assetsboolean

Whether to include SVM tokens

only_testnetsboolean

Whether to display only assets from testnets in the response

Response

A map of chain_id to assets

chain_to_assets_mapobject

Map of chain-ids to array of assets supported on the chain

All 14 operations