Accept Terms
Accept Terms
POSThttps://api.gemini.com/v1/prediction-markets/terms/accept
Accepts the latest configured Prediction Markets terms for the authenticated account group. Call this after displaying the terms returned by Get Terms and before sending trading orders.
POST
curl --request POST \
--url https://api.gemini.com/v1/prediction-markets/terms/accept \
--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.
The OAuth scope must have orders:create assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Authenticated Payload
Sign the private REST payload with
Code
Code
Responses
Terms accepted
Last modified on