Get Event Average Ticket Price per Block
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
The ID of the event.
Responses
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
400
Missing event ID or invalid parameters
application/json
get
/event/{id}/avgpriceLast updated