API 2.0
Endpoints
/commodities_raw_prices_all
Retrieve a list of prices for all raw commodities in all terminals, all at once
Method | GET |
---|---|
URLs |
https://uexcorp.space/api/2.0/commodities_raw_prices_all |
Authorization | — |
Cache TTL | +30 minutes |
Input | - |
Output |
id int(11) id_commodity int(11) id_terminal int(11) price_sell float(11) // last reported price per SCU price_sell_avg float(11) // average price per SCU date_added int(11) // timestamp, first time added date_modified int(11) // timestamp, last price update commodity_name string(255) commodity_code string(255) commodity_slug string(255) terminal_name int(11) terminal_code int(11) terminal_slug int(11) |
Response status |
• ok |
Update rate | Hourly |
Documentation update: | 7 months ago |
Required