Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
Example:
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
Example:
"sig1=(\"Content-Type\" \"Content-Digest\"...expires=<expires>"
Unique identifier assigned to the client
Example:
"client-id"
Path Parameters
Unique instrument identifier
Example:
123456
Query Parameters
Market data start date as UNIX timestamp
Example:
1234567890
Market data end date as UNIX timestamp
Example:
1234567890
The time frames used to determine instrument market data
Available options:
1D, 5D, 3M, 6M, YTD, 1Y, 5Y, ALL Example:
"1D"