Last updated 1 month ago
Was this helpful?
Returns the weighted average ticket price, total sold tickets, and last sale date per block for a given event.
The ID of the event.
GET /event/{id}/avgprice HTTP/1.1 Host: api.ticksights.com Authorization: Bearer JWT Accept: */*
Average ticket prices per block
[ { "block": "General East", "last_sale_date": "2025-03-04 17:42:03", "avg_sale_price": 152.86, "sold_tickets": 4 }, { "block": "General West", "last_sale_date": "2025-03-04 17:18:40", "avg_sale_price": 187.2, "sold_tickets": 3 } ]