EVE MarketData Home

API Methods - Recent Uploads

Returns a list of any orders that were recently updated. If you want to keep your data updated more than once per day, use this method to find out which items you need to update.

Parameters:

char_name required Your character name, so that I can contact you in case something goes wrong
upload_type required o=orders, h=history, b=both
type_ids, marketgroup_ids, region_idsPass in any of these, separate values with commas
date Updated newer than this date: yyyy-mm-dd hh:mm:ss
minutes Updated newer than this minutes ago
hours Updated newer than this hours ago
days Updated newer than this days ago
limit Only return this many results, up to 10,000 (default 10,000)
callback The JSONP callback function (optional, only needed for JSONP)
At least one from type_ids, marketgroup_ids, or region_ids is required.
At least one from date, minutes, hours, or days is required.
a max of 10,000 rows will be returned

Return Values

(for .txt requests, this is the column order)
upload_typeo=order, h=history
regionID eve_map_regions.region_id
typeID eve_inv_types.type_id
updated date it was last updated, yyyy-mm-dd hh:mi:ss

Example URLs

Click through to each URL to see the return values.