Search
General
Provable Markets
Support Contacts
Introduction
ATS & Platform Overview
Aurora Connect API
Component Definitions
Unsolicited messages distribution
Aurora Workflows
Company Service
Login Service
Configuration Service
Order Entry and Matching
Agreements Service
Instrument Service
Execution Service
Order Book Market Data
Manual Contract Booking & Confirmation
Contract Management and Lifecycle
API Reference
CompanyService
post
ListCompanies
InstrumentService
post
ListInstruments
ExecutionEventsService
post
Execution
ExecutionService
post
AckExecutions
post
ListExecutions
ContractRequestEventsService
post
ContractRequestAccepted
post
ContractRequestCanceled
post
ContractRequestDeclined
post
ContractRequestOpened
ContractRequestService
post
AcceptContractRequest
post
CancelContractRequest
post
DeclineContractRequest
post
QueryContractRequests
post
SubmitContractRequest
AgreementService
post
ApproveAgreement
post
CancelAgreement
post
CreateAgreement
post
GetAgreement
post
ListAgreements
post
ModifyAgreement
post
RejectAgreement
ContractService
post
AcceptAwaitingContractReturn
post
AcceptRateModification
post
BuyInContract
post
CancelAllPendingReturns
post
CancelAllRecalls
post
CancelAwaitingContractReturn
post
CancelContract
post
CancelRateModification
post
CancelRecallContract
post
CancelSinglePendingReturn
post
CreateRateModification
post
GetContract
post
ListContractHistory
post
ListContracts
post
ListRateModifications
post
ListRecalls
post
RecallContract
post
RejectAwaitingContractReturn
post
RejectRateModification
post
ReturnContract
ContractEventsService
post
CancelContractAccepted
post
CancelContractRejected
post
ContractBuyInAccepted
post
ContractBuyInExecuted
post
ContractBuyInRejected
post
ContractCreated
post
ContractDropped
post
ContractMade
post
ContractPending
post
ContractRateModificationAccepted
post
ContractRateModificationAutoCanceled
post
ContractRateModificationCanceled
post
ContractRateModificationExecuted
post
ContractRateModificationExpired
post
ContractRateModificationOpened
post
ContractRateModificationRejected
post
ContractRecallCancelRejected
post
ContractRecallCanceled
post
ContractRecallExecuted
post
ContractRecallOpened
post
ContractRecallRejected
post
ContractRecallUpdated
post
ContractRejected
post
ContractReturnAcceptedByLender
post
ContractReturnCancelAccepted
post
ContractReturnCancelRejected
post
ContractReturnCanceledByBorrower
post
ContractReturnDropped
post
ContractReturnExecuted
post
ContractReturnFailed
post
ContractReturnPending
post
ContractReturnPendingLenderApproval
post
ContractReturnRejected
post
ContractReturnRejectedByLender
post
ContractRolled
LoginService
post
LoginWithApiCredentials
OmsEventsService
post
OrderCanceled
post
OrderClosed
post
OrderCreated
post
OrderExecuted
post
OrderExpired
post
OrderModified
OmsService
post
CancelOrder
post
CreateOrder
post
GetOrder
post
ListOrders
post
ModifyOrder
VenueEventsService
post
OrderAdded
post
OrderRemoved
VenueService
post
QueryOrderBookDetailed
Powered by Redocly
InstrumentService
ListInstruments
PATH:
/aurora.core.apiengine.instrumentsv1.InstrumentService/ListInstruments
Security
Bearer
Request
Request Body schema:
application/json
required
cusips
Array of
strings
marketplace_eligible
boolean
security_types
Array of
strings
(aurora.core.consts.instruments.SecurityType)
Items Enum:
"SECURITY_TYPE_UNSPECIFIED"
"CS"
"PFD"
"WARRANT"
"RIGHT"
"BOND"
"ETF"
"ETN"
"ETV"
"SP"
"ADRC"
"ADRP"
"ADRW"
"ADRR"
"FUND"
"BASKET"
"UNIT"
"LT"
"OS"
"GDR"
"OTHER"
"NYRS"
"AGEN"
"EQLK"
"ETS"
settlement_eligibility
Array of
strings
(aurora.core.consts.settlement.SettlementType)
Items Enum:
"NSCC"
"BILATERAL"
tickers
Array of
strings
trade_management_eligible
boolean
Responses
200
A successful response
Response Schema:
application/json
instruments
Array of
objects
(aurora.core.apiengine.instrumentsv1.Instrument)
➔ Next to
ExecutionEventsService