A7 Analytics Platform - Auction Simulation API is one of 13 APIs that Deutsche Börse publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Auctions, Simulation, and Xetra. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.
This API exposes
4 operations
across 4 paths,
and defines 12 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.2.
Requests are made against a single base URL, /api/v1.
4 operations4 paths12 schemas4 GET
Metadata
The identity and technical contract details declared by the specification.
A7 Analytics Platform - Auction Simulation API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 4
Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.
retrieves auction's historical data and optionally simulated outcome of an auction
getAuction9 params→ 200400401403404
GET
/auction/{exchange}/{date}/{symbol}/{auctionType}
retrieves auction's historical data and optionally simulated outcome of an auction
getAuctionBySymbol8 params→ 200400401403404
Schemas 12
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed is auction (13 properties). Each schema is shown below with its type and property counts.
symbol
string
trading symbol
auction
object
auction's historical data and optionally simulated outcome of an auction
13 properties10 required
securityID
integer
security ID
marketSegmentID
integer
market segment ID
null_string
string
a null string that corresponds to a market order
side
string
side of an order
date
integer
date representation
exchange
string
exchange mic
timestamp
integer
timestamp as number of nanoseconds since Unix epoch
qty
integer
quantity of an order
px
number
limit price of an order
auctionType
string
auction type
Specification
The full machine-readable OpenAPI contract behind this narrative.