v1
latestOpenAPI 3.1.0UNLICENSED2026-07-26216788.0 KBOrders
GetAllOrders
Returns a paginated, platform-wide list of orders, optionally filtered to one wallet and/or to open orders. Results are ordered by timestamp descending, most recent first.
post/order_service.v1.OrderService/GetAllOrders
Headers
Connect-Protocol-Version1 required
Define the version of the Connect protocol. If omitted, use 1.
Connect-Timeout-Msnumber
Define the timeout, in ms
Request body
Response
Success
Example response
{
"orders": [
{
"timestamp": "2023-01-15T01:30:15.01Z"
}
]
}