curl --request GET \ --url 'https://openapi.msu.io/v1rc1/enhancement/items/{itemId}/dynamicprice' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "currentPrices": { "starforce": {}, "potential": {} } } }
Retrieves all enhancement prices (e.g. StarForce, Potential) for a given item using only its meta ID
Show properties