List type IDs relevant to a market
GET {{baseUrl}}/markets/:region_id/types/?datasource=tranquility&page=1
Return a list of type IDs that have active orders in the region, for efficient market indexing.
Alternate route: /dev/markets/{region_id}/types/
Alternate route: /legacy/markets/{region_id}/types/
Alternate route: /v1/markets/{region_id}/types/
This route is cached for up to 600 seconds
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
page | number | Which page of results to return |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
RESPONSES
status: OK
[587,593,597]