Returns the Liquidity Rewards program configuration. Public endpoint; no authentication required. When fully configured, returns max_spread_cents, min_payout_threshold_usd, and enabled: true. When not yet fully configured, returns { enabled: false } only.
GETv1/prediction-markets/liquidity-rewards/config
curl --request GET \
--url https://api.gemini.com/v1/prediction-markets/liquidity-rewards/config
Responses
Successful response
max_spread_centsinteger (int32)
Quotes wider than this spread score zero in the scoring algorithm. Only present when `enabled` is `true`.Example: 10
min_payout_threshold_usdstring
Daily reward amounts below this threshold are suppressed (sub-threshold accounts get no row at all). Only present when `enabled` is `true`.Example: 1.00
enabledboolean·required
True when the program is fully configured upstream. When false, the response collapses to `{ "enabled": false }` only.Example: true