kalshi_get_user_data_timestamp
Check when user data (balance, orders, fills, positions) was last validated to gauge API freshness and account for delays.
Instructions
Get User Data Timestamp There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with WebSocket data to obtain the most accurate view of the exchange state. This endpoint provides an approximate indication of when the data from the following endpoints was last validated: GetBalance, GetOrder(s), GetFills, GetPositions Calls GET /exchange/user_data_timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||