Skip to main content
POST
Submit intent

Authorizations

x-api-key
string
header
required

Headers

Idempotency-Key
string | null

Client-supplied key recorded against every action this request produces. Recorded for attribution; not yet enforced for replay protection.

Body

application/json

Trading account and command to submit

command
object
required

Requested intent operation and its payload.

trading_account_id
string<uuid>
required

Trading account that should execute the intent.

Carried in the body rather than the path: submission is a command against the caller's organization, and the account it targets is part of the command.

client_reference_id
string | null

Optional caller-provided correlation ID for downstream reconciliation.

Response

Intent accepted

intent_id
string<uuid>
required