cftc_cot_search_markets
Search contract markets in LiveDataLink's self-hosted official CFTC Commitments of Traders snapshot. Returns stable CFTC contract market codes, names, commodity/exchange labels, available report families and scopes, latest date, pagination, and snapshot provenance. Use this for 'find the CFTC code for gold', 'which COT markets cover crude oil?', or to resolve an identifier before a history call. Aggregate US futures and options markets only; not quotes or prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum markets. Default 20. | |
| query | No | Commodity, contract, exchange, or exact contract market code. | |
| scope | No | Futures-only or futures-and-options-combined view. Defaults to futures_only, except CIT (combined only). | |
| offset | No | Markets to skip. Default 0. | |
| report_type | No | CFTC report family. Categories differ by family; use search or the evidence pack to discover available families. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |