# Retrieve the API system status.

Retrieve the API system status.

Endpoint: GET /status
Version: 2.0.0

## Response 200 fields (application/json):

  - `data` (object, required)

  - `data.server_time` (string, required)
    Example: "2022-02-06T21:04:45+00:00"

  - `data.timezone` (string, required)
    Example: "UTC"

  - `data.currencies` (array, required)

  - `data.currencies.code` (string)
    Example: "USD"

  - `data.currencies.prefix` (string)
    Optional currency prefix
    Example: "$"

  - `data.currencies.suffix` (string)
    Optional currency prefix
    Example: "USD"

  - `data.currencies.default` (boolean)
    This is true if the currency is currently the system default.

## Response default fields (application/json):

  - `message` (string)


