List Active Orders
POSThttps://api.gemini.com/v1/orders
Get all active orders for your account.
Note
Gemini recommends using our WebSocket Order Events API to maintain a current view of your active orders. It's both faster and more efficient than polling this endpoint.
Under the terms of the Gemini API Agreement, polling this endpoint may be subject to rate limiting.
Enabled for perpetuals accounts from July 10th, 0100hrs ET onwards.
POST
curl --request POST \
--url https://api.gemini.com/v1/orders \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/orders",
"nonce": "<nonce>"
}
'Roles
The API key you use to access this endpoint must have the Trader or Auditor role assigned. See Roles for more information.
The OAuth scope must have orders:read assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Request Body
Responses
The active orders
Last modified on