cURL
curl --request GET \ --url https://api.skip.build/v2/fungible/venues
{ "venues": [ { "name": "neutron-astroport", "chain_id": "neutron-1", "logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/swap-venues/neutron-astroport/logo.png" }, { "name": "osmosis-poolmanager", "chain_id": "osmosis-1", "logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/swap-venues/osmosis/logo.png" } ] }
Whether to display only venues from testnets in the response
A list of supported swap venues
The response is of type object.
object
Was this page helpful?