cURL
curl --request GET \ --url http://localhost:4000/api/datafeed/history
{ "s": "ok", "t": [ 123 ], "c": [ 123 ], "o": [ 123 ], "h": [ 123 ], "l": [ 123 ], "v": [ 123 ] }
Get historical price data for a symbol
Trading symbol
Time resolution (1, 5, 15, 30, 60, D, W, M)
Unix timestamp for start time
Unix timestamp for end time
Historical data
The response is of type object.
object