API Key usage
KALSHI-ACCESS-KEY
- the Key ID
KALSHI-ACCESS-TIMESTAMP
- the request timestamp in ms
KALSHI-ACCESS-SIGNATURE
- request hash signed with private key
The above signature is generated by signing a concatenation of the timestamp, the HTTP method and the path.
Sample code for generating the required headers is below (alternatively use our example code here):