Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Unique identifier for the game (required if game slug not provided)
Display title for the account offer
255Detailed description of the account and its features
2048Account price in EUR currency, up to 2 decimal places
x >= 0.9910.99
Array of image URLs showcasing the account, imgur not supported
1Image URL
[
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
]Specifics available via the template endpoint. Game-specific account attributes such as level, rank, champions unlocked, etc.
Slug of the game (required if game_id not provided)
Custom URL-friendly identifier (auto-generated if not provided)
255Searchable metadata including keywords, tags, and categorization terms
2048Private note only visible to you
2048Indicates if account requires manual delivery by seller
Account login username (required if not manual delivery)
255Account password (required if not manual delivery)
255Email address associated with the account
255Password for the associated email account
255Email service provider domain
255"proton.me/mail"
Special instructions for account delivery, provided to buyer after purchase, this field is not encrypted
2048Expected delivery time object (required if manual delivery)
{ "duration": 10, "unit": "hours" }Object containing game item type slugs as keys with arrays of item names/slugs as values
{
"champions": ["lol-aatrox", "lol-zed"],
"skins": ["lol-academy-ahri"]
}Response
Successfully retrieved account offer details
Account offer object