

/api/v1/symbolsThe catalog of supported symbols and currencies per dataset (seasonality, cot, stocks). Use it to discover what you can query. Pass dataset= to get a single list; omit it for all three plus counts.
| Name | In | Type | Req. | Description |
|---|---|---|---|---|
| dataset | query | "seasonality" | "cot" | "stocks" | no | Return just one dataset's list. Omit for all three plus counts. |
curl -H "Authorization: Bearer afx_live_xxx" \
"https://www.analytics-fx.com/api/v1/symbols?dataset=cot"{
"apiVersion": "v1",
"data": {
"cot": ["AUD", "BRL", "CAD", "CHF", "EUR", "GBP", "JPY", "MXN", "NZD", "RUB", "USD", "ZAR"]
},
"meta": { "requestId": "req_sy01", "credits": { "cost": 0, "remaining": 1000 } }
}GET /api/v1/symbols?dataset=cotCreate a key at /dashboard/api. The key stays in your browser.