POST
/
v2
/
fungible
/
assets_between_chains
curl --request POST \
--url https://api.skip.build/v2/fungible/assets_between_chains \
--header 'Content-Type: application/json' \
--data '{
"source_chain_id": "cosmoshub-4",
"dest_chain_id": "osmosis-1"
}'
{
"assets_between_chains": [
{
"asset_on_source": {
"denom": "uatom",
"chain_id": "cosmoshub-4",
"origin_denom": "uatom",
"origin_chain_id": "cosmoshub-4",
"trace": "",
"is_cw20": false,
"is_evm": false,
"symbol": "ATOM",
"name": "ATOM",
"logo_uri": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
"decimals": 6,
"description": "The native staking and governance token of the Cosmos Hub.",
"coingecko_id": "cosmos",
"recommended_symbol": "ATOM"
},
"asset_on_dest": {
"denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"chain_id": "osmosis-1",
"origin_denom": "uatom",
"origin_chain_id": "cosmoshub-4",
"trace": "transfer/channel-0",
"is_cw20": false,
"is_evm": false,
"symbol": "ATOM",
"name": "ATOM",
"logo_uri": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
"decimals": 6,
"description": "The native staking and governance token of the Cosmos Hub.",
"coingecko_id": "cosmos",
"recommended_symbol": "ATOM"
},
"txs_required": 1,
"bridges": [
"IBC"
]
}
]
}

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

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

include_cw20_assets
boolean
default:false

Whether to include CW20 tokens

include_evm_assets
boolean
default:false

Whether to include EVM tokens

allow_multi_tx
boolean
default:false

Whether to include recommendations requiring multiple transactions to reach the destination

Response

OK

assets_between_chains
object[]