Skip to main content
GET
/
maintenance
/
status
Get maintenance status
curl --request GET \
  --url https://api.limitless.exchange/maintenance/status
{
  "active": [],
  "scheduled": []
}
Use this endpoint to check whether trading is currently restricted or whether a future maintenance notice is scheduled.
This endpoint is public and does not require authentication.
For integration guidance, see Maintenance Mode.

Query Parameters

target
enum<string>

Optional maintenance target filter. Use trading to return only trading-related maintenance effects.

Available options:
trading

Response

200 - application/json

Maintenance status returned successfully

Current and scheduled maintenance information.

active
object[]
required

Maintenance effects currently in force.

scheduled
object[]
required

Future maintenance notices.