EDUCHAIN Agent Kit

update_external_market_config

Update the configuration for external market data API

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for external market data (if required)
apiUrlNoAPI URL for external market data
symbolsNoSymbol mappings for the external API

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for external market data (if required)", "type": "string" }, "apiUrl": { "description": "API URL for external market data", "type": "string" }, "symbols": { "description": "Symbol mappings for the external API", "properties": { "EDU": { "description": "Symbol for EDU token on the external API", "type": "string" }, "USD": { "description": "Symbol for USD on the external API", "type": "string" } }, "type": "object" } }, "required": [], "type": "object" }