Path parameters · 1
Variables interpolated into the URL path.
codestringrequired
Query parameters · 2
Optional filters and modifiers. Pass as URL-encoded ?key=value.
trajectory_typestring | nulloptional
Filter: accumulating, exiting, stable, new_position
limitintegeroptional
Request headers · 1
Authentication.
Authorizationstringrequired
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains InvestorPositionsData.
Envelope
dataInvestorPositionsData
A single result object.
metaMeta
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
InvestorPositionsData
investorInvestorInfo | null
positionsInvestorPositionOut[]
Errors
Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.
Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.