Skip to main content
POST
/
v2
/
fungible
/
assets_from_source
cURL
curl --request POST \
  --url https://api.skip.build/v2/fungible/assets_from_source \
  --header 'Content-Type: application/json' \
  --data '
{
  "source_asset_denom": "<string>",
  "source_asset_chain_id": "<string>",
  "allow_multi_tx": false,
  "recommendation_reason": "UNKNOWN",
  "include_swaps": false,
  "swap_venues": [
    {
      "chain_id": "<string>",
      "name": "<string>",
      "logo_uri": "<string>"
    }
  ],
  "native_only": false,
  "group_by": "<string>",
  "include_cw20_assets": false
}
'
{
  "dest_assets": {}
}

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

recommendation_reason
enum<string> | null

Optional reason for recommending assets

Available options:
UNKNOWN,
MOST_LIQUID,
BASE_TOKEN,
DIRECT
include_swaps
boolean
default:false

Whether to include swap routes

swap_venues
object[] | null

Swap venues to consider if including swap routes

native_only
boolean
default:false

Whether to only return native assets

group_by
string | null

Optional grouping key for results

include_cw20_assets
boolean
default:false

Whether to include CW20 tokens

Response

Assets reachable from the specified source without swapping

dest_assets
object

Array of assets that are reachable from the specified source asset