Skip to main content
GET
Get account offer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

LoLBoost ID or external_id

Example:

"seller-account-123"

Response

Success

id
integer
Example:

123

external_id
string
Example:

"seller-account-123"

lolboost_account_id
integer
Example:

123

title
string
Example:

"League of Legends Account Diamond EUW"

price
integer
Example:

4999

status
enum<string>
Available options:
draft,
pending,
listed,
processing,
sold,
refunded,
archived
Example:

"listed"

created_at
string<date-time>
updated_at
string<date-time>
sold_at
string<date-time> | null
description
string
Example:

"Hand leveled EUW account."

current_rank
Example:

"Gold"

current_division
Example:

"II"

current_lp
integer
Example:

120

flex_rank
Example:

"Silver"

flex_division
Example:

"I"

flex_lp
integer
Example:

75

level
integer
Example:

80

blue_essence
integer
Example:

45000

riot_points
integer
Example:

350

winrate_percent
integer
Example:

56

champion_count
integer
Example:

120

skin_count
integer
Example:

35

image_ids
integer[]
Example:
image_urls
string[]
Example:
game_data
object | null