{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance Market API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Market", "type": "folder" }, "items": [ { "info": { "name": "List open orders from a character", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/orders", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "The ID of the character" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List open market orders placed by a character" }, { "info": { "name": "List historical orders by a character", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/orders/history", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "The ID of the character" }, { "name": "page", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List cancelled and expired market orders placed by a character up to 90 days in the past." }, { "info": { "name": "List open orders from a corporation", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/corporations/:corporation_id/orders", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "The ID of the corporation" }, { "name": "page", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List open market orders placed on behalf of a corporation" }, { "info": { "name": "List historical orders from a corporation", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/corporations/:corporation_id/orders/history", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "The ID of the corporation" }, { "name": "page", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past." }, { "info": { "name": "Get item groups", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/groups", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ] }, "docs": "Get a list of item groups\n\nThis route expires daily at 11:05" }, { "info": { "name": "Get item group information", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/groups/:market_group_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "market_group_id", "value": "", "type": "path" } ] }, "docs": "Get information on an item group\n\nThis route expires daily at 11:05" }, { "info": { "name": "List market prices", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/prices", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ] }, "docs": "Return a list of prices" }, { "info": { "name": "List orders in a structure", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/structures/:structure_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "structure_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return all orders in a structure" }, { "info": { "name": "List historical market statistics in a region", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/:region_id/history", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "region_id", "value": "", "type": "path" }, { "name": "type_id", "value": "", "type": "query" } ] }, "docs": "Return a list of historical market statistics for the specified type in a region\n\nThis route expires daily at 11:05" }, { "info": { "name": "List orders in a region", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/:region_id/orders", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "order_type", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "region_id", "value": "", "type": "path" }, { "name": "type_id", "value": "", "type": "query" } ] }, "docs": "Return a list of orders in a region" }, { "info": { "name": "List type IDs relevant to a market", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/markets/:region_id/types", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "region_id", "value": "", "type": "path" } ] }, "docs": "Return a list of type IDs that have active orders in the region, for efficient market indexing." } ] } ], "bundled": true }