Gateway

Get Gateway Status

Get Gateway container status.

Retrieves the current running status and configuration of the Gateway Docker container. Use this endpoint to verify Gateway is online before making DEX trading requests.

get/gateway/status

Response

Successful Response

runningboolean required

Whether Gateway container is running

container_idstring nullable

Container ID if running

imagestring nullable

Image used for the container

created_atstring nullable

Container creation timestamp

portinteger nullable

Port Gateway is running on

Changes