History
Endpoint URL
This API Function Place Orders to the Broker
Sample API Request
Sample API Response
Request Body
Parameters
Description
Mandatory/Optional
Default Value
apikey
App API key
Mandatory
-
symbol
Trading symbol
Mandatory
-
exchange
Exchange code
Mandatory
-
interval
candle interval (see supported values)
Mandatory
-
start_date
Start date (YYYY-MM-DD)
Mandatory
-
end_date
End date (YYYY-MM-DD)
Mandatory
-
Response Fields
Field
Type
Description
timestamp
number
Unix epoch timestamp
open
number
Opening price
high
number
High price
low
number
Low price
close
number
Closing price
volume
number
Trading volume
Notes
Always check supported intervals first using the intervals API
Use exact interval strings from intervals API response
All timestamps are in Unix epoch format
Last updated