Fungible

Get assets that can be reached from a source via transfers under different conditions (e.g. single vs multiple txs)

post/v2/fungible/assets_from_source

Request body

source_asset_denomstring required

Denom of the source asset

source_asset_chain_idstring required

Chain-id of the source asset

allow_multi_txboolean

Whether to include recommendations requiring multiple transactions to reach the destination

include_cw20_assetsboolean

Whether to include CW20 tokens

Response

Assets reachable from the specified source without swapping

dest_assetsobject

Array of assets that are reachable from the specified source asset

Changes