public class MarketApi extends Object
| Constructor and Description |
|---|
MarketApi() |
MarketApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterOrdersResponse> |
getCharactersCharacterIdOrders(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
List open orders from a character List open market orders placed by a
character --- This route is cached for up to 1200 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
List<CharacterOrdersHistoryResponse> |
getCharactersCharacterIdOrdersHistory(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders by a character List cancelled and expired market
orders placed by a character up to 90 days in the past. --- This route is
cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
List<CorporationOrdersResponse> |
getCorporationsCorporationIdOrders(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List open orders from a corporation List open market orders placed on
behalf of a corporation --- This route is cached for up to 1200 seconds
--- Requires one of the following EVE corporation role(s): Accountant,
Trader --- Warning: This route has an upgrade available. --- [Diff of the
upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations
/{corporation_id}/orders/) SSO Scope:
esi-markets.read_corporation_orders.v1
|
List<CorporationOrdersHistoryResponse> |
getCorporationsCorporationIdOrdersHistory(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past. --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Accountant, Trader --- Warning:
This route has an upgrade available. --- [Diff of the upcoming
changes](https
://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id
}/orders/history/) SSO Scope: esi-markets.read_corporation_orders.v1
|
List<Integer> |
getMarketsGroups(String datasource,
String ifNoneMatch)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
MarketGroupResponse |
getMarketsGroupsMarketGroupId(Integer marketGroupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
List<MarketPricesResponse> |
getMarketsPrices(String datasource,
String ifNoneMatch)
List market prices Return a list of prices --- This route is cached for
up to 3600 seconds
|
List<MarketHistoryResponse> |
getMarketsRegionIdHistory(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route
expires daily at 11:05
|
List<MarketOrdersResponse> |
getMarketsRegionIdOrders(String orderType,
Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
Integer typeId)
List orders in a region Return a list of orders in a region --- This
route is cached for up to 300 seconds
|
List<Integer> |
getMarketsRegionIdTypes(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page)
List type IDs relevant to a market Return a list of type IDs that have
active orders in the region, for efficient market indexing. --- This
route is cached for up to 600 seconds
|
List<MarketStructuresResponse> |
getMarketsStructuresStructureId(Long structureId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List orders in a structure Return all orders in a structure --- This
route is cached for up to 300 seconds SSO Scope:
esi-markets.structure_markets.v1
|
void |
setApiClient(ApiClient apiClient) |
public MarketApi()
public MarketApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterOrdersResponse> getCharactersCharacterIdOrders(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterOrdersHistoryResponse> getCharactersCharacterIdOrdersHistory(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationOrdersResponse> getCorporationsCorporationIdOrders(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationOrdersHistoryResponse> getCorporationsCorporationIdOrdersHistory(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<Integer> getMarketsGroups(String datasource, String ifNoneMatch) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - if fails to make API callpublic MarketGroupResponse getMarketsGroupsMarketGroupId(Integer marketGroupId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
marketGroupId - An Eve item group ID (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<MarketPricesResponse> getMarketsPrices(String datasource, String ifNoneMatch) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - if fails to make API callpublic List<MarketHistoryResponse> getMarketsRegionIdHistory(Integer regionId, Integer typeId, String datasource, String ifNoneMatch) throws ApiException
regionId - Return statistics in this region (required)typeId - Return statistics for this type (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - if fails to make API callpublic List<MarketOrdersResponse> getMarketsRegionIdOrders(String orderType, Integer regionId, String datasource, String ifNoneMatch, Integer page, Integer typeId) throws ApiException
orderType - Filter buy/sell orders, return all orders by default. If you
query without type_id, we always return both buy and sell
orders. (required)regionId - Return orders in this region (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)typeId - Return orders only for this type (optional)ApiException - if fails to make API callpublic List<Integer> getMarketsRegionIdTypes(Integer regionId, String datasource, String ifNoneMatch, Integer page) throws ApiException
regionId - Return statistics in this region (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)ApiException - if fails to make API callpublic List<MarketStructuresResponse> getMarketsStructuresStructureId(Long structureId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
structureId - Return orders in this structure (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.