Skip to main content

Listings

Create clear titles, accurate descriptions, correct prices, and keep stock synchronized to prevent double sales.

Account listing fields

For account listings, POST /api/v1/accounts and PATCH /api/v1/accounts/{identifier} support account details as top level fields or inside parameters / game_data. Recommended keys include rank, division, flex_rank, flex_division, level, blue_essence, riot_points, winrate_percent, champion_count, skin_count, champions, skins, roles and in_game_name. You can send rank and division separately, or together as one value.
This is also valid:

Listing images

Images are uploaded first, then attached to the account listing with image_ids.

1. Upload an image

Send a multipart request to POST /api/v1/images. Use file as the multipart field name. image is also accepted.
Example response:
Use the returned id or image_id in the next account request.

2. Attach images to an account

Multiple images are supported:
For compatibility, image_ids can also be sent as a comma separated string or as objects:
If your images are already hosted somewhere public, you can use image_urls instead: