curl --request GET \
--url https://api.copilot.markets/clob/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://api.copilot.markets/clob/midpoints{
"0xabc123def456...": "0.45",
"0xdef456abc123...": "0.52"
}Was this page helpful?