New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://clob.polymarket.com/last-trade-price{
"price": "0.45",
"side": "BUY"
}Retrieves the last trade price and side for a specific token ID. Returns default values of “0.5” for price and empty string for side if no trades found.
curl --request GET \
--url https://clob.polymarket.com/last-trade-price{
"price": "0.45",
"side": "BUY"
}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?