Methods to query companies
Aurora API (v1.23.0-rc1)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developer.provablemarkets.com/_mock/apis/connectapi
https://developer.provablemarkets.com
Bodyapplication/jsonrequired
optionally restrict query to orders with a maximum min execution quantity
optionally restrict query to orders with a minimum min execution quantity
Number of orders per page (max 20,000). Required if page_number is set. Defaults to 1,000 if not set.
- Mock serverhttps://developer.provablemarkets.com/_mock/apis/connectapi/aurora.core.apiengine.venuev1.VenueService/QueryOrderBook
- https://developer.provablemarkets.com/aurora.core.apiengine.venuev1.VenueService/QueryOrderBook
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.provablemarkets.com/_mock/apis/connectapi/aurora.core.apiengine.venuev1.VenueService/QueryOrderBook \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"agreement_ids": [
"string"
],
"company_ids": [
"string"
],
"instruments": [
"string"
],
"maximum_fee": "string",
"maximum_min_execution_quantity": "string",
"maximum_quantity": "string",
"maximum_rebate": "string",
"minimum_fee": "string",
"minimum_min_execution_quantity": "string",
"minimum_quantity": "string",
"minimum_rebate": "string",
"order_type": "LIMIT",
"page_limit": 0,
"page_number": 0,
"rate_type": "REBATE",
"side": "BORROW"
}'Response
application/json
{ "orders": [ { … } ] }