AI AITECH Innovate Trading Control Surface

Unified website UI

Inspect and test the production API inside the same interface.

The client bot still consumes raw JSON, but operators and customers can use a styled explorer instead of opening plain endpoint responses.

Endpoint

/signal

Returns the current dry-run trading signal plus a stable `signal_id` while the same signal remains active.

  • Status values: `ok`, `no_signal`, `error`
  • Method: `GET`
  • Used by the packaged execution client
Open Raw JSON
Loading…

Endpoint

/validate

Checks license validity, binds a new device on first use, and returns device or expiry failures when applicable.

  • Status values include `valid`, `invalid`, `expired`, `device_mismatch`
  • Methods: `GET`, `POST`
  • Backed by the persisted license store
Open Raw JSON
Awaiting request…