Get Event Average Ticket Price per Block
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
200
Average ticket prices per block
application/json
400
Missing event ID or invalid parameters
application/json
get
/event/{id}/avgpriceLast updated
Was this helpful?