Returns the latest Prediction Markets terms content. This endpoint is public so clients can display the terms before asking an authenticated account to accept them.
GETv1/prediction-markets/terms
curl --request GET \
--url https://api.gemini.com/v1/prediction-markets/terms
Responses
Latest Prediction Markets terms
termsTypestring·required
Terms type identifierExample: PredictionsMarket
versioninteger·required
Latest terms versionExample: 3
contentstring·required
Terms content to display before acceptanceExample: These are the prediction market terms.
updatedAtstring (date-time)·required
UTC timestamp when the terms content was last updatedExample: 2026-05-18T17:00:00Z
Example Responses
{
"termsType": "PredictionsMarket",
"version": 3,
"content": "These are the prediction market terms.",
"updatedAt": "2026-05-18T17:00:00Z"
}