New API users should use deposit wallets. Read the deposit wallet guide.
curl --request GET \
--url https://clob.polymarket.com/midpoints{
"0xabc123def456...": "0.45",
"0xdef456abc123...": "0.52"
}Retrieves midpoint prices for multiple token IDs using query parameters. The midpoint is calculated as the average of the best bid and best ask prices.
curl --request GET \
--url https://clob.polymarket.com/midpoints{
"0xabc123def456...": "0.45",
"0xdef456abc123...": "0.52"
}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.
Was this page helpful?