get_market_groups
Retrieve a complete list of market groups within EVE Online using the EVE Tycoon API, enabling efficient access to organized market data for in-game trading and analysis.
Instructions
Returns the list of all market groups
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}