Get XP transfer offers for an account

Get XP transfer offers for an account. If role is not specified, returns all offers (both as maker and taker). If role is specified, filters by that role only.

Query parameters

roleenumOptional

Role of the account (maker or taker). If not specified, returns all offers for the account

Allowed values:
cursorstringOptional
Cursor for pagination
page_sizeintegerOptional>=1<=5000

Number of results per page (default: 100, max: 5000)

Response

List of offers retrieved successfully
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