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

ExecutionEventsService

Operations

ExecutionService

Operations

AckExecutions

Request

PATH: /aurora.core.apiengine.executionsv1.ExecutionService/AckExecutions

Security
Bearer
Bodyapplication/jsonrequired
execution_idsArray of strings

executions to ack/unack

is_acknowledgedbooleanrequired

ack or unack the executions

curl -i -X POST \
  https://developer.provablemarkets.com/_mock/apis/connectapi/aurora.core.apiengine.executionsv1.ExecutionService/AckExecutions \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "execution_ids": [
      "string"
    ],
    "is_acknowledged": true
  }'

Responses

A successful response

Bodyapplication/json
object(aurora.core.apiengine.executionsv1.AckExecutionsResponse)
Response
application/json
{}

ListExecutions

Request

PATH: /aurora.core.apiengine.executionsv1.ExecutionService/ListExecutions

Security
Bearer
Bodyapplication/jsonrequired
agreement_idstring

Limit the execution list to a certain agreement

instrument_idstring

Limit the execution list to a security

instrument_id_typestring(aurora.core.consts.oms.InstrumentIdType)
Enum"CUSIP""TICKER"
is_acknowledgedboolean

optional filter by acknowledged status

sidestring(aurora.core.consts.common.Side)
Enum"BORROW""LOAN"
sincestringrequired

DateTime for query to start looking for executions - time in RFC3339 with millisecond precision

untilstring

DateTime for the end of the time window for which to search - time in RFC3339 with millisecond precision

curl -i -X POST \
  https://developer.provablemarkets.com/_mock/apis/connectapi/aurora.core.apiengine.executionsv1.ExecutionService/ListExecutions \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "agreement_id": "string",
    "instrument_id": "string",
    "instrument_id_type": "CUSIP",
    "is_acknowledged": true,
    "side": "BORROW",
    "since": "string",
    "until": "string"
  }'

Responses

A successful response

Bodyapplication/json
executionsArray of objects(aurora.core.apiengine.executionsv1.Execution)
Response
application/json
{ "executions": [ {} ] }

VenueEventsService

Operations

VenueService

Operations

LoginService

Operations