Skip to main content
GET
Get Market Volume

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

market_id
string
required

Query Parameters

window
string
default:all

Aggregation window for the volume sum.

Examples:

"1h"

"24h"

"7d"

"all"

Response

Successful Response

market_id
string
required

Polymarket market identifier (hex 0x…).

window
enum<string>
required
Available options:
1h,
24h,
7d,
all
notional_usd
number<double>
required
volume_shares
number<double>
required
trade_count
integer<int64>
required
first_trade
string<date-time>
required
last_trade
string<date-time>
required