GET
/
live-volume
Get live volume for an event
curl --request GET \
  --url https://data-api.polymarket.com/live-volume
[
  {
    "total": 123,
    "markets": [
      {
        "market": 1.0002170361022097e+77,
        "value": 123
      }
    ]
  }
]

Query Parameters

id
integer
required
Required range: x >= 1

Response

200
application/json

Success

The response is of type object[].