New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://clob.polymarket.com/rewards/user/percentages \
--header 'POLY_ADDRESS: <api-key>' \
--header 'POLY_API_KEY: <api-key>' \
--header 'POLY_PASSPHRASE: <api-key>' \
--header 'POLY_SIGNATURE: <api-key>' \
--header 'POLY_TIMESTAMP: <api-key>'{
"0x296ea2f3ad438ce7ead77f40d0159bf3e5d8be146f6f615fa253b00e02243f5c": 20,
"0xbd31dc8a20211944f6b70f31557f1001557b59905b7738480ca09bd4532f84af": 20
}Returns the real-time percentages of rewards that a user is earning per market.
The response is a map of condition_id to the percentage of total rewards the user is currently earning in that market.
Requires CLOB L2 Auth headers.
curl --request GET \
--url https://clob.polymarket.com/rewards/user/percentages \
--header 'POLY_ADDRESS: <api-key>' \
--header 'POLY_API_KEY: <api-key>' \
--header 'POLY_PASSPHRASE: <api-key>' \
--header 'POLY_SIGNATURE: <api-key>' \
--header 'POLY_TIMESTAMP: <api-key>'{
"0x296ea2f3ad438ce7ead77f40d0159bf3e5d8be146f6f615fa253b00e02243f5c": 20,
"0xbd31dc8a20211944f6b70f31557f1001557b59905b7738480ca09bd4532f84af": 20
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Signature type for address derivation (required for API KEY auth):
0, 1, 2 Maker address to query percentages for
Successfully retrieved reward percentages
Map of condition_id to reward percentage
Was this page helpful?