Method | HTTP request | Description |
---|---|---|
getExchangeAnnouncements | GET /exchange/announcements | Get Exchange Announcements |
getExchangeSchedule | GET /exchange/schedule | Get Exchange Schedule |
getExchangeStatus | GET /exchange/status | Get Exchange Status |
getUserDataTimestamp | GET /exchange/user_data_timestamp | Get User Data Timestamp |
getExchangeAnnouncements
GetExchangeAnnouncementsResponse getExchangeAnnouncements()Get all exchange-wide announcements
Example
Parameters
This endpoint does not have any parameters.Return type
GetExchangeAnnouncementsResponseAuthorization
No authorization requiredHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Announcements retrieved successfully | - |
500 | Internal server error | - |
getExchangeSchedule
GetExchangeScheduleResponse getExchangeSchedule()Get the exchange schedule
Example
Parameters
This endpoint does not have any parameters.Return type
GetExchangeScheduleResponseAuthorization
No authorization requiredHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Schedule retrieved successfully | - |
500 | Internal server error | - |
getExchangeStatus
ExchangeStatus getExchangeStatus()Get the exchange status
Example
Parameters
This endpoint does not have any parameters.Return type
ExchangeStatusAuthorization
No authorization requiredHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Status retrieved successfully | - |
500 | Internal server error | - |
getUserDataTimestamp
GetUserDataTimestampResponse getUserDataTimestamp()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
Example
Parameters
This endpoint does not have any parameters.Return type
GetUserDataTimestampResponseAuthorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Timestamp retrieved successfully | - |
401 | Unauthorized - authentication required | - |
500 | Internal server error | - |