Skip to main content

Bot Control API

All bot endpoints use the /bot prefix and require JWT authentication.

Start a Bot

EndpointMethodDescription
/bot/start/ladder_botPOSTGeometric ladder market maker
/bot/start/pro_traderPOSTHFT scalper
/bot/start/market_makerPOSTGeneral market maker
/bot/start/grid_botPOSTGrid trading
/bot/start/twapPOSTTime-weighted average price execution
/bot/start/vwapPOSTVolume-weighted average price execution
/bot/start/copy_tradePOSTCopy trading
/bot/start/autopilotPOSTAutopilot trading

Bot Status & Control

EndpointMethodDescription
/bot/statusGETGet your running bots
/bot/stopPOSTStop a running bot

Markets

EndpointMethodDescription
/bot/marketsGETList all available markets