Retrieves the current status of the system, providing users with real-time information about the operational state of Maxbit.
Request samples
curl --location -g --request GET 'https://endpoint-gateway.maxbit.com/sapi/v1/system/status?timestamp=1718855898528&signature={{signature}}' \
--header 'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header 'Content-Type: application/json'
Responses
application/json {
"status": 0,
"msg": "normal"
}
Modified at 2024-07-10 03:30:52