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.
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
}Was this page helpful?