New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://clob.polymarket.com/rebates/current[
{
"date": "2026-02-27",
"condition_id": "0xbd31dc8a20211944f6b70f31557f1001557b59905b7738480ca09bd4532f84af",
"asset_address": "0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB",
"maker_address": "0xFeA4cB3dD4ca7CefD3368653B7D6FF9BcDFca604",
"rebated_fees_usdc": "0.237519"
}
]Returns the current rebated fees for a maker address on a given date.
Each entry includes the condition ID, asset address, and the USDC amount rebated.
This endpoint does not require authentication.
curl --request GET \
--url https://clob.polymarket.com/rebates/current[
{
"date": "2026-02-27",
"condition_id": "0xbd31dc8a20211944f6b70f31557f1001557b59905b7738480ca09bd4532f84af",
"asset_address": "0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB",
"maker_address": "0xFeA4cB3dD4ca7CefD3368653B7D6FF9BcDFca604",
"rebated_fees_usdc": "0.237519"
}
]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.
Date in YYYY-MM-DD format
Ethereum address of the maker
Successfully retrieved rebated fees
Date of the rebate (YYYY-MM-DD)
"2026-02-27"
Condition ID of the market
"0xbd31dc8a20211944f6b70f31557f1001557b59905b7738480ca09bd4532f84af"
Asset address (e.g. USDC contract)
"0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB"
Maker's Ethereum address
"0xFeA4cB3dD4ca7CefD3368653B7D6FF9BcDFca604"
Rebated fee amount in USDC
"0.237519"
Was this page helpful?