Skip to main content
GET
/
api
/
market
/
v1
/
get-cot-positioning
GetCotPositioning
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
}

Response

Successful response

instruments
object[]
reportDate
string
unavailable
boolean