GET
/
v2
/
fungible
/
venues
curl --request GET \
  --url https://api.skip.build/v2/fungible/venues
{
  "venues": [
    {
      "name": "neutron-astroport",
      "chain_id": "neutron-1"
    },
    {
      "name": "osmosis",
      "chain_id": "osmosis-1"
    }
  ]
}

Query Parameters

only_testnets
boolean

Whether to display only venues from testnets in the response

Response

200 - application/json
A list of supported swap venues
venues
object[]

Array of supported swap venues

A venue on which swaps can be exceuted