Get Event Average Ticket Price per Block

Get average ticket prices per block

get

Returns the weighted average ticket price, total sold tickets, and last sale date per block for a given event.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired

The ID of the event.

Responses
chevron-right
200

Average ticket prices per block

application/json
blockstringOptional
last_sale_datestringOptional

Last sale date in UTC for the block

avg_sale_pricenumberOptional

Weighted average ticket price for the block

sold_ticketsintegerOptional

Total sold tickets in the block

get
/event/{id}/avgprice

Last updated