Submit signed trading action
POST/api/v1/trading/actions
Canonical mutating trading endpoint. Supports Idempotency-Key and recommends it for safe retries.
Request
Responses
- 200
- default
Accepted or synchronously rejected action result
Response Headers
X-Request-Id
Stable request correlation id generated or echoed by the server.
X-RateLimit-Limit
Configured action budget for the current rate-limit window.
X-RateLimit-Remaining
Remaining actions in the current rate-limit window.
X-RateLimit-Reset-Ms
Milliseconds until the current action rate-limit window resets.
Structured API error
Response Headers
X-Request-Id
Stable request correlation id generated or echoed by the server.