GEThttps://seller-api.playerauctions.com/api/v1/offers/account/{id}
Query a single account offer by ID.
i. Request Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | int | Yes | Offer ID. |
ii. Response Example
When isAuto is false, Success Response
{
"code": 10000,
"message": "",
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"data": {
"categoryId": 4144,
"serverId": 4144,
"selleraftersaleprotection": 30,
"instruction": "",
"isAuto": false,
"blobName": "202606090157435743.png",
"screenShot": "https://cdn-image.azureedge.net/title-image/liutest6/202606090157435743.png",
"manual": {
"loginName": "loginName",
"loginMode": "normal",
"choose1": true,
"choose2": true,
"choose3": true,
"choose4": true,
"choose5": true,
"deliveryGuarantee": 1,
},
"gameId": 3637,
"price": 99.99,
"offerDuration": 30,
"title": "Simple Title Update",
"offerDesc": "<p>Simple Description Update</p>",
"offerId": 71394137,
"memberId": 678694,
"state": 1,
"productType": "account"
}
}When isAuto is true, Success Response
{
"code": 10000,
"message": "",
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"data": {
"categoryId": 4144,
"serverId": 4144,
"selleraftersaleprotection": 30,
"instruction": "Extra instruction.",
"isAuto": true,
"blobName": "",
"screenShot": "https://cdn-image.azureedge.net/title-image/liutest6/202606090157435743.png",
"autoDelivery": {
"loginName": "loginName",
"loginMode": "normal",
"battleNetLoginName": "",
"password": "loginName123",
"characterName": "CharacterName",
"securityQuestion": "SecurityQuestion",
"securityAnswer": "Answer",
"parentalPassword": "",
"isInfoSame": true,
"choose1": true,
"choose5": true,
"original": {
"firstName": "John",
"lastName": "Doe",
"phone": "0123456789",
"email": "test@example.com",
"address": "",
"zipcode": "",
"city": "Shanghai",
"state": "",
"country": "China",
"birthday": "1900-01-01T00:00:00Z",
"question": "",
"answer": ""
},
"current": {
"firstName": "",
"lastName": "",
"phone": "0123456789",
"email": "test@example.com",
"address": "",
"zipcode": "",
"city": "Shanghai",
"state": "",
"country": "China"
},
"instruction": "Extra instruction."
},
"gameId": 3637,
"price": 99.99,
"offerDuration": 30,
"title": "Simple Title",
"offerDesc": "<p>Simple Description</p>",
"offerId": 71394136,
"memberId": 678694,
"state": 1,
"productType": "account"
}
}Error Response
{
"code": 10002,
"message": "Offer not found.",
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}iii. Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | int | Response code. 10000 indicates success; other values indicate an error. |
| message | string | Response message. Contains error details on failure. |
| requestId | string | Unique identifier for the request, used for tracking. |
| data | object | Account offer details. |
| categoryId | int | Faction ID (The {id} of the leaf node). You can get the server's tree-structured data from the api/v1/games/{id}/{type}/servers endpoint. |
| serverId | int | Server ID {id}. You can get the server's tree-structured data from the api/v1/games/{id}/{type}/servers endpoint. |
| selleraftersaleprotection | int | Seller after-sale protection duration in days. |
| instruction | string | Additional instructions for the offer. |
| isAuto | boolean | Indicates whether auto-delivery is enabled. When true, autoDelivery object is present; when false, manual object is present. |
| blobName | string | Blob name for the screenshot file. |
| screenShot | string | Image URL for the offer. |
| gameId | int | Game ID. |
| price | decimal | Offer price. |
| offerDuration | int | Offer validity duration in days. |
| title | string | Offer title. |
| offerDesc | string | Offer description in HTML format. |
| offerId | int | Unique offer identifier. |
| memberId | int | Seller's member ID. |
| state | int | Offer state/status code. |
| productType | string | Type of product, always "account" for account offers. |
| manual | object | Manual delivery configuration (present when isAuto is false). Contains loginName, loginMode, battleNetLoginName, choose1-5 flags, deliveryGuarantee. |
| └─ loginName | string | Login name for manual delivery. |
| └─ loginMode | string | Login mode, e.g., "normal". |
| └─ battleNetLoginName | string | Battle.net login name (if applicable). |
| └─ choose1 | boolean | Indicates whether you know the parental password. |
| └─ choose2 | boolean | Indicates whether you know the game account telephone number provided during registration. |
| └─ choose3 | boolean | Indicates whether you have access to the game account's registered email. |
| └─ choose4 | boolean | Indicates whether you know the first name and last name of the registered game account owner. |
| └─ choose5 | boolean | Indicates whether you know the Security Question Answer. |
| └─ deliveryGuarantee | int | Delivery guarantee type. |
| └─ deliveryTime | int | Expected delivery time. |
| autoDelivery | object | Auto-delivery configuration (present when isAuto is true). Contains account credentials, security info, original and current owner details. |
| └─ loginName | string | Login name for auto-delivery. |
| └─ loginMode | string | Login mode, e.g., "normal". |
| └─ battleNetLoginName | string | Battle.net login name (if applicable). |
| └─ password | string | Account password. |
| └─ characterName | string | Character name. |
| └─ securityQuestion | string | Security question. |
| └─ securityAnswer | string | Security answer. |
| └─ parentalPassword | string | Parental control password. |
| └─ isInfoSame | boolean | Indicates if original and current info are the same. |
| └─ choose1 | boolean | Indicates whether you offer After-Sale Protection for the account. |
| └─ choose5 | boolean | Indicates whether you know the Security Question Answer. |
| └─ original | object | Original account owner information. |
| └─ └─ firstName | string | Original owner's first name. |
| └─ └─ lastName | string | Original owner's last name. |
| └─ └─ phone | string | Original owner's phone number. |
| string | Original owner's email address. | |
| └─ └─ address | string | Original owner's address. |
| └─ └─ zipcode | string | Original owner's zip code. |
| └─ └─ city | string | Original owner's city. |
| └─ └─ state | string | Original owner's state. |
| └─ └─ country | string | Original owner's country. |
| └─ └─ birthday | string | Original owner's birthday (ISO 8601 format). |
| └─ └─ question | string | Original security question. |
| └─ └─ answer | string | Original security answer. |
| └─ current | object | Current account owner information. |
| └─ └─ firstName | string | Current owner's first name. |
| └─ └─ lastName | string | Current owner's last name. |
| └─ └─ phone | string | Current owner's phone number. |
| string | Current owner's email address. | |
| └─ └─ address | string | Current owner's address. |
| └─ └─ zipcode | string | Current owner's zip code. |
| └─ └─ city | string | Current owner's city. |
| └─ └─ state | string | Current owner's state. |
| └─ └─ country | string | Current owner's country. |
| └─ instruction | string | Additional instructions for auto-delivery. |