Fungible
Get /v2/fungible/assets
Get supported assets. Optionally limit to assets on a given chain and/or native assets.
GET
/
v2
/
fungible
/
assets
Query Parameters
chain_ids
string[]
Chain IDs to limit the response to, defaults to all chains if not provided
native_only
boolean
Whether to restrict assets to those native to their chain
include_no_metadata_assets
boolean
Whether to include assets without metadata (symbol, name, logo_uri, etc.)
include_cw20_assets
boolean
Whether to include CW20 tokens
include_evm_assets
boolean
Whether to include EVM tokens
include_svm_assets
boolean
Whether to include SVM tokens
only_testnets
boolean
Whether to display only assets from testnets in the response
Response
200 - application/json
chain_to_assets_map
object
Map of chain-ids to array of assets supported on the chain