Skip to main content

Phase 3: Post-Trade & Settlement

The post-trade phase covers position tracking, ledger auditing, subaccount transfers, and Free-of-Payment (FOP) transfers.

note

All post-trade position and transfer endpoints execute synchronously and update portfolio state in real-time.

StepActionMethod & PathDescription
3.1Query Active PositionsGET /positionsFetch active equity and option position holdings for an account.
3.2Transaction HistoryGET /transactionsFetch corporate actions, stock transfers, cash transfers transactions.
3.3Subaccount Position TransferPOST /positions/subaccount-transferTransfer asset positions internally between long and short subaccounts.
3.4Internal Equity Position TransferPOST /positions/internal-equity-transferMove equity positions internally between omnibus accounts.
3.5End Customer Position TransferPOST /positions/ec-transferTransfer positions between end-customer accounts.
3.6End Customer Balance TransferPOST /balances/ec-transferTransfer cash balances between end-customer accounts.
3.7Submit FOP Asset TransferPOST /fop-transferSubmit an individual Free-of-Payment (FOP) asset transfer request.
3.8Upload FOP Transfers CSVPOST /fop-transfer/upload-csvBulk upload multiple FOP asset transfers via CSV file.
3.9Query FOP TransfersGET /fop-transfersQuery historical FOP asset transfers for an account.