v1

latestOpenAPI 3.0.02026-07-2614133121.9 KB
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

recommendation_reason'UNKNOWN' | 'MOST_LIQUID' | 'BASE_TOKEN' | 'DIRECT'

Recommendation reason:

  • UNKNOWN - Unknown recommendation reason.
  • MOST_LIQUID - Highest liquidity form of the transferred token on the destination chain.
  • BASE_TOKEN - The base token if the destination chain is the origin chain of the source token.
  • DIRECT - The token resulting from the least amount of transfers to the destination chain.
include_swapsboolean

Whether to include swap routes

native_onlyboolean

Whether to only return native assets

group_bystring nullable

Optional grouping key for results

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