工具 API
retrieve_ description_ by_ id
Retrieve built-in EODHD API documentation by numeric type and id. Use when the user asks about API usage, endpoint specs, subscription plans, or reference guides. Returns structured Markdown content for subscriptions (type=1), endpoint docs (type=2), or general reference (type=3). Call with type=0 or no args for the global README index. This is a local lookup — not an API data call. No API calls consumed.
finance1 积分
调用信息
- 工具标识
- eodhd.retrieve_description_by_id
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
typePage category (0 = global README, 1 = subscriptions, 2 = endpoints, 3 = general). Default 0.
idNumeric page ID within the type. Optional; defaults to 0 (README for the given type).
api_tokenIgnored (accepted for interface uniformity).