Get the price history of an item
Request
item internal_id, name. Keep in mind that there are items with the same name, so using the internal_id is safer.
Responses
array of:
Example:2023-03-23T18:52:57.056Z
item market price in neopoints
whether this item price is currently inflated
[
{
"value": 22450,
"addedAt": "2023-03-23T06:32:55.181Z",
"inflated": false
},
{
"value": 23850,
"addedAt": "2023-03-07T00:11:51.833Z",
"inflated": false
}
]
Modified at 2025-03-02 21:38:39