API 2.0
Endpoints
/items_prices_all
Retrieve a list of prices for all items in all terminals, all at once
Method | GET |
---|---|
URLs |
https://uexcorp.space/api/2.0/items_prices_all |
Authorization | — |
Cache TTL | +12 hours |
Input | - |
Output |
id int(11) id_item int(11) id_terminal int(11) id_category int(11) price_buy float(11) // last reported price in UEC, per unit price_sell float(11) // last reported price in UEC, per unit date_added int(11) // timestamp, first time added date_modified int(11) // timestamp, last price update item_name string(255) terminal_name string(255) |
Response status |
• ok |
Update rate | Hourly |
Documentation update: | 6 months ago |
Required