GET api/Soda/GoldCot?symbol={symbol}&limit={limit}
Returns CFTC COT data via SODA REST API. Query: symbol (GOLD, SILVER, WTIOil, BrentOil, Copper, NaturalGas, Platinum, Palladium; default GOLD), limit (default 5). Route: api/Soda/GoldCot.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| symbol | string |
Default value is GOLD |
|
| limit | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |