GeminiGemini
SandboxGet API key
  • Crypto Trading
  • Prediction Markets
Changelog
Gemini Crypto Exchange LogoGemini Crypto Exchange Logo

© 2026 Gemini Space Station, Inc.

REST APIsTODO: VerticalTODO: CategoryTODO: Endpoint Title

TODO: Endpoint Title

POSThttps://api.gemini.com/v1/TODO

TODO: One-sentence description of what this endpoint does.

Note

TODO: Note content.

POSTv1/TODO
curl --request POST \
  --url https://api.gemini.com/v1/TODO \
  --header 'Content-Type: application/json' \
  --header 'X-GEMINI-APIKEY: <string>' \
  --header 'X-GEMINI-PAYLOAD: <string>' \
  --header 'X-GEMINI-SIGNATURE: <string>' \
  --data '
{
  "request": "/v1/TODO",
  "nonce": "<nonce>"
}
'

Roles

The API key you use to access this endpoint must have the Trader role assigned. See Roles for more information.

The OAuth scope must have TODO:scope assigned to access this endpoint. See OAuth Scopes for more information.

Headers

Operation TODO_OPERATION_ID not found in spec.

Request Body

requeststring·required
The literal string "/v1/TODO"Example: /v1/TODO
noncenumber·required
The nonce, as described in Private API Invocation
accountstring
Required for Master API keys as described in Private API Invocation. The name of the account within the subaccount group. Only available for exchange accounts.
Example request body
{
  "request": "/v1/TODO",
  "nonce": "<nonce>"
}

Responses

TODO: Success description

Example Responses
{
  "TODO": "value"
}
PreviousTODO: Previous PageNextTODO: Next Page
Last modified on May 5, 2026