New API users should use deposit wallets. Read the deposit wallet guide.
curl --request GET \
--url https://clob.polymarket.com/prices{
"0xabc123def456...": {
"BUY": 0.45
},
"0xdef456abc123...": {
"SELL": 0.52
}
}Retrieves market prices for multiple token IDs and sides using query parameters.
curl --request GET \
--url https://clob.polymarket.com/prices{
"0xabc123def456...": {
"BUY": 0.45
},
"0xdef456abc123...": {
"SELL": 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?