curl --request GET \
--url http://localhost:8000/gateway/connectors \
--header 'Authorization: Basic <encoded-value>'{}List all available DEX connectors with their configurations.
Returns connector details including name, trading types, chain, and networks. All fields normalized to snake_case.
curl --request GET \
--url http://localhost:8000/gateway/connectors \
--header 'Authorization: Basic <encoded-value>'{}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
The response is of type Response List Connectors Gateway Connectors Get · object.
Was this page helpful?