API Reference

Coming soon. A public Liquid Edge API is in progress. This page is a placeholder describing what it will cover. For early access or partnership questions, reach out on the Telegram.

A public API will let developers and partners interact with Liquid Edge programmatically, rather than only through the dashboard.

What it's expected to cover#

  • Authentication — issuing and scoping API credentials for programmatic access.
  • Strategies — creating, reading, and controlling strategies (start, pause, stop).
  • Execution — triggering execution via signals (see Webhook Setup).
  • Account data — reading positions, orders, and bot status for connected accounts.

Principles it will follow#

  • Non-custodial, always. Nothing in the API will move user funds. Trading happens on the user's own exchange through a trade-only connection.
  • Scoped credentials. API access will be permissioned, so an integration can only do what it was granted.
  • User controls win. A user's sizing, risk limits, and kill controls always take precedence over any programmatic instruction.

In the meantime#

Ready to put this into practice?Get started