工具 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

输入参数

type

Page category (0 = global README, 1 = subscriptions, 2 = endpoints, 3 = general). Default 0.

id

Numeric page ID within the type. Optional; defaults to 0 (README for the given type).

api_token

Ignored (accepted for interface uniformity).