Skip to content

Black Market - Quotes

GET: /game/api/v1/blackmarket/quotes

Response

On Error:

{
"mReturnCode": 1,
"mMessage": "mMessage"
}

On Success:

[
{
"CommodityName": "?",
"CommodityUID": "?",
"AmountInMarket": 0,
// Each of the following fields is optional; omit any field whose value is 0.0
"BuyPrice": 0.0,
"DiscountedBuyPrice": 0.0,
"SellPrice": 0.0,
"BonusSellPrice": 0.0
}
]

An array of commodities. May contain multiple entries.