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
cursorstringOptional
Pagination cursor
page_sizeintegerOptional1-50Defaults to 50
Number of results per page

Response

OK
nextstring or null

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

prevstring or null

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

resultslist of objects or null

Errors