Skip to main content
GET
/
v2
/
fungible
/
venues
cURL
curl --request GET \
  --url https://api.skip.build/v2/fungible/venues
{
  "venues": [
    {
      "chain_id": "<string>",
      "name": "<string>",
      "logo_uri": "<string>"
    }
  ]
}

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