Market Maker
Last updated
Was this helpful?
Proxy endpoints for the market-maker bot service.
Requires an API key with the MARKET_MAKER product scope (enforced on every route in this namespace). See Authentication.
/v1/market-maker/*Every request under /v1/market-maker/* is proxied to the internal market-maker service. The /v1/market-maker prefix is stripped and the remainder is forwarded as /api/*, preserving the HTTP method, query string, and body.
Example:
# This request:
curl https://api.tokenbot.com/v1/market-maker/status \
-H "X-API-Key: tb_live_your_key"
# Is proxied to the market-maker service as:
# GET /api/statusThe market-maker engine runs on a 5-minute Lambda cycle.
For local operator control (status, spreads, inventory, pause/resume, emergency-stop), use the embedded tokenbot-mm CLI shipped with the market-maker bot rather than calling these proxy endpoints directly.
Last updated
Was this helpful?
Was this helpful?