New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://clob.polymarket.com/last-trades-prices[
{
"token_id": "0xabc123def456...",
"price": "0.45",
"side": "BUY"
},
{
"token_id": "0xdef456abc123...",
"price": "0.52",
"side": "SELL"
}
]Retrieves last trade prices for multiple token IDs using query parameters. Maximum 500 token IDs can be requested per call.
curl --request GET \
--url https://clob.polymarket.com/last-trades-prices[
{
"token_id": "0xabc123def456...",
"price": "0.45",
"side": "BUY"
},
{
"token_id": "0xdef456abc123...",
"price": "0.52",
"side": "SELL"
}
]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.
Comma-separated list of token IDs (max 500)
Was this page helpful?