Get Active Orders
Get Active Orders
POSThttps://api.gemini.com/v1/prediction-markets/orders/active
Returns a list of currently open orders for the authenticated user. Use WebSocket order events for live trading state; use this REST endpoint after startup, reconnects, missed messages, or audit checks.
POST
curl --request POST \
--url https://api.gemini.com/v1/prediction-markets/orders/active \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>'Roles
The API key you use to access this endpoint must have the Trader role assigned. See Roles for more information.
Headers
Request Body
Responses
Successful response
Last modified on