Gateway

Update Connector Config

Update configuration for a DEX connector.

Args: connector_name: Connector name (e.g., 'meteora', 'raydium') config_updates: Dict with path-value pairs to update. Keys can be in snake_case (e.g., {"slippage_pct": 0.5}) or camelCase (e.g., {"slippagePct": 0.5})

post/gateway/connectors/{connector_name}

Path parameters

connector_namestring required

Request body

object required

Response

Successful Response

object required

Changes

Changed in 2 of the 13 revisions of this API.3

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog