ig_get_market_details
Retrieve comprehensive market data for specific instruments by inputting market epic codes. Use this to analyze forex, indices, and commodities for informed trading decisions.
Instructions
Get detailed information about a market
Input Schema
Name | Required | Description | Default |
---|---|---|---|
epics | Yes | List of market epic codes (max 50) |
Input Schema (JSON Schema)
{
"properties": {
"epics": {
"description": "List of market epic codes (max 50)",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"epics"
],
"type": "object"
}