Get Terms Status
Get Terms Status
GEThttps://api.gemini.com/v1/prediction-markets/terms/status
Returns whether the authenticated account group has accepted the latest Prediction Markets terms.
GET
curl --request GET \
--url https://api.gemini.com/v1/prediction-markets/terms/status \
--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 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
Authenticated Payload
Sign the private REST payload with
Code
Code
Responses
Terms acceptance status
Last modified on