POST
/
v2
/
fungible
/
assets_from_source
curl --request POST \
  --url https://api.skip.build/v2/fungible/assets_from_source \
  --header 'Content-Type: application/json' \
  --data '{
  "source_asset_denom": "uusdc",
  "source_asset_chain_id": "axelar-dojo-1",
  "allow_multi_tx": false
}'

Body

application/json
source_asset_denom
string
required

Denom of the source asset

source_asset_chain_id
string
required

Chain-id of the source asset

allow_multi_tx
boolean
default: false

Whether to include recommendations requiring multiple transactions to reach the destination

include_cw20_assets
boolean
default: false

Whether to include CW20 tokens

Response

200 - application/json
dest_assets
object

Array of assets that are reachable from the specified source asset