cURL
curl --request GET \ --url https://api.example.com/api/market/v1/get-cot-positioning
{ "instruments": [ { "name": "<string>", "code": "<string>", "reportDate": "<string>", "assetManagerLong": "<string>", "assetManagerShort": "<string>", "leveragedFundsLong": "<string>", "leveragedFundsShort": "<string>", "dealerLong": "<string>", "dealerShort": "<string>", "netPct": 123 } ], "reportDate": "<string>", "unavailable": true }
GetCotPositioning retrieves CFTC COT institutional positioning data.
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes
Was this page helpful?