Skip to content

Aurora API (v1.23.0-rc1)

Download OpenAPI description
Languages
Servers
Mock server
https://developer.provablemarkets.com/_mock/apis/connectapi
https://developer.provablemarkets.com

CompanyService

Methods to query companies

Operations

OmsEventsService

Operations

OmsService

Operations

ReportingService

Operations

ContractService

Operations

ContractEventsService

Operations

AgreementService

Operations

ContractRequestEventsService

Operations

ContractRequestService

Operations

InstrumentService

Operations

ListInstruments

Request

PATH: /aurora.core.apiengine.instrumentsv1.InstrumentService/ListInstruments

Security
Bearer
Bodyapplication/jsonrequired
cusipsArray of strings
marketplace_eligibleboolean
security_typesArray of strings(aurora.core.consts.instruments.SecurityType)
Items Enum"SECURITY_TYPE_UNSPECIFIED""CS""PFD""WARRANT""RIGHT""BOND""ETF""ETN""ETV""SP"
settlement_eligibilityArray of strings(aurora.core.consts.settlement.SettlementType)
Items Enum"NSCC""BILATERAL"
tickersArray of strings
trade_management_eligibleboolean
curl -i -X POST \
  https://developer.provablemarkets.com/_mock/apis/connectapi/aurora.core.apiengine.instrumentsv1.InstrumentService/ListInstruments \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "cusips": [
      "string"
    ],
    "marketplace_eligible": true,
    "security_types": [
      "SECURITY_TYPE_UNSPECIFIED"
    ],
    "settlement_eligibility": [
      "NSCC"
    ],
    "tickers": [
      "string"
    ],
    "trade_management_eligible": true
  }'

Responses

A successful response

Bodyapplication/json
instrumentsArray of objects(aurora.core.apiengine.instrumentsv1.Instrument)
Response
application/json
{ "instruments": [ {} ] }

ExecutionEventsService

Operations

ExecutionService

Operations

VenueEventsService

Operations

VenueService

Operations

LoginService

Operations