curl --request GET \
--url https://data-api.polymarket.com/live-volume
[
{
"total": 123,
"markets": [
{
"market": 1.0002170361022097e+77,
"value": 123
}
]
}
]
curl --request GET \
--url https://data-api.polymarket.com/live-volume
[
{
"total": 123,
"markets": [
{
"market": 1.0002170361022097e+77,
"value": 123
}
]
}
]
x >= 1
Success
The response is of type object[]
.