POST ASE/GetCandleData
Request Information
URI Parameters
None.
Body Parameters
CandleDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Timeframe | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| LastNumberOfRecords | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": 1,
"Timeframe": "sample string 2",
"StartDate": "2026-08-17T12:42:47.8079669+03:00",
"EndDate": "2026-08-17T12:42:47.8079669+03:00",
"LastNumberOfRecords": 1
}
application/xml, text/xml
Sample:
<CandleDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SDCWebAPI.Models"> <Code>1</Code> <EndDate>2026-08-17T12:42:47.8079669+03:00</EndDate> <LastNumberOfRecords>1</LastNumberOfRecords> <StartDate>2026-08-17T12:42:47.8079669+03:00</StartDate> <Timeframe>sample string 2</Timeframe> </CandleDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.