Skip to main content
GET
Get latest intent action

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-organization-id
string<uuid> | null

Organization id required when reading with service-account credentials

Path Parameters

account_id
string<uuid>
required

Trading account id that owns the intent

intent_id
string<uuid>
required

Intent id to fetch

Response

Latest intent action retrieved

account_id
string<uuid>
required
action_type
enum<string>
required
Available options:
CREATE,
REPLACE,
CANCEL
created_at
string<date-time>
required
intent_id
string<uuid>
required
order_side
enum<string>
required
Available options:
UNSPECIFIED,
BUY,
SELL,
SELL_SHORT
order_type
enum<string>
required
Available options:
UNSPECIFIED,
LIMIT,
MARKET,
FILL_OR_KILL,
LIMIT_ON_OPEN,
LIMIT_ON_CLOSE,
MARKET_ON_OPEN,
MARKET_ON_CLOSE,
STOP,
STOP_LIMIT,
TRAILING_STOP
organization_id
string<uuid>
required
quantity
string
required
route_strategy
enum<string>
required
Available options:
UNSPECIFIED,
SMART,
AMEX,
ARCA,
BATS,
BATY,
EDGA,
EDGX,
NSDQ,
NYSE
seq
integer<int64>
required
symbol
string
required
client_reference_id
string | null
limit_price
null | string
stop_price
null | string
time_in_force
null | enum<string>
Available options:
UNSPECIFIED,
DAY,
IMMEDIATE_OR_CANCEL,
GOOD_TILL_CANCEL,
AT_OPEN,
AT_CLOSE,
FILL_OR_KILL,
EXT