General information
Headers
curl --compressed -H 'Accept: application/json' 'https://<api_hostname>/<endpoint>'Timestamp input
Exchange codes
Instrument codes
Last updated
Was this helpful?
When interacting with any Kaiko you are expected to pass two pieces of information in a header:
Accept: application/json: API responses will be in JSON format.
curl --compressed -H 'Accept: application/json' 'https://<api_hostname>/<endpoint>'All time parameters are in UTC time zone and returned in the following ISO 8601 datetime format:
YYYY-MM-DDThh:mm:ss.sssZ
For example:
2017-12-17T13:35:24.351Z
The "T" separates the date from the time. The trailing "Z" indicates UTC time.
Find exchange codes here: .
Find instrument codes here: .
Last updated
Was this helpful?
Was this helpful?
