Fungible
Post /v2/fungible/assets_between_chains
Given 2 chain IDs, returns a list of equivalent assets that can be transferred
POST
/
v2
/
fungible
/
assets_between_chains
Body
application/json
source_chain_id
string
Chain-id of the source chain
dest_chain_id
string
Chain-id of the destination chain
include_no_metadata_assets
boolean
default: falseWhether to include assets without metadata (symbol, name, logo_uri, etc.)
include_cw20_assets
boolean
default: falseWhether to include CW20 tokens
include_evm_assets
boolean
default: falseWhether to include EVM tokens
allow_multi_tx
boolean
default: falseWhether to include recommendations requiring multiple transactions to reach the destination
Response
200 - application/json
assets_between_chains
object[]