Skip to content

Black Market - Sell

POST: /game/api/v1/blackmarket/sell/:typeuid(\\d+)/:amount(\\d+)

Response

{
"mReturnCode": 0, // optional; omit if 0
"mMessage": "optional",
"mDataBags": {},
// BlackmarketResponse
"CommodityName": "?",
"CommodityUID": "?",
"AmountEarned": 0, // Sell Price
"AmountSold": 0.0
}

For details on mDataBags, see Serialized Player Data.