Get Public XP Transfer History

Retrieve a feed of public XP transfers. Supports filtering by time range or getting the latest transfers based on page_size. Private transfers are excluded from results.

Query parameters

start_atintegerOptional
Start timestamp in milliseconds
end_atintegerOptional
End timestamp in milliseconds
seasonstringOptionalDefaults to season2

Season filter (‘preseason’ for Preseason, ‘season1’ for Season 1, ‘season2’ for Season 2)

cursorstringOptional
Pagination cursor
page_sizeintegerOptional1-50Defaults to 50
Number of results per page

Response

OK
nextstring

The pointer to fetch next set of records (null if there are no records left)

prevstring

The pointer to fetch previous set of records (null if there are no records left)

resultslist of objects
Array of paginated results

Errors

400
Bad Request Error