Xsolla-logoXsolla Developers
or
To Publisher Account

Get current user's offer chainsClient-side

get/v2/project/{project_id}/user/offer_chain

Gets the current user’s offer chains.

Notice

All projects have a limit on the number of items that can be returned in a single response. The default and maximum value is 30 items per response. To get more data, use the limit and offset query parameters for pagination.
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
query Parameters
limit
integer >= 1

Limit for the number of elements on the page.

Example: limit=50
offset
integer >= 0

Number of the element from which the list is generated (the count starts from 0).

Example: offset=0
Responses
200

The list of offer chains was successfully received.

Request samples
Response samples
application/json
{
  • "has_more": false,
  • "total_items_count": 3,
  • "items": [
    ]
}