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" } ] }
Get supported swap venues.
Whether to display only venues from testnets in the response
A list of supported swap venues
Array of supported swap venues
Show child attributes
Chain ID of the swap venue
Name of the swap venue
URI for the venue's logo
Was this page helpful?