curl --request GET \
--url http://localhost:8000/gateway/connectors/{connector_name} \
--header 'Authorization: Basic <encoded-value>'{}Get configuration for a specific DEX connector.
Args: connector_name: Connector name (e.g., ‘meteora’, ‘raydium’)
curl --request GET \
--url http://localhost:8000/gateway/connectors/{connector_name} \
--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 Get Connector Config Gateway Connectors Connector Name Get · object.
Was this page helpful?