Process signal
POST/api/v1/signals/:id/process
Manually trigger processing of a queued signal into a broker order. Optionally supply the current market price to assist quantity resolution for percentEquity or dollarAmount quantity types.
Retained as a compat shim for signals created before the pending
executeMode was removed in chunk B of the signal status rework.
The endpoint will be removed in the next release.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Signal processed successfully
Invalid request, or signal ended up cancelled or errored
Authentication required
Signal not found, or caller does not own it (code: NOT_FOUND). Returns 404 (not 403) for both cases to prevent signal id enumeration.
Unexpected server error