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
255
Detailed description of the account and its features
2048
Account price in EUR currency, up to 2 decimal places
x >= 0.99
10.99
Array of image URLs showcasing the account, imgur not supported
1
Image 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)
255
Searchable metadata including keywords, tags, and categorization terms
2048
Private note only visible to you
2048
Indicates if account requires manual delivery by seller
Account login username (required if not manual delivery)
255
Account password (required if not manual delivery)
255
Email address associated with the account
255
Password for the associated email account
255
Email service provider domain
255
"proton.me/mail"
Special instructions for account delivery, provided to buyer after purchase, this field is not encrypted
2048
Expected 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