> For the complete documentation index, see [llms.txt](https://docs.meeco.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeco.me/openapi-docs/svx-api/monitoring.md).

# Monitoring

## Return the API version

> Return the API version

```json
{"openapi":"3.0.0","info":{"title":"SVX API","version":"4.0.1"},"servers":[{"url":"https://api-sandbox.svx.exchange"}],"security":[],"paths":{"/alive/atom":{"get":{"callbacks":{},"description":"Return the API version","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ATOMApplicationVersion"}}},"description":"Success"}},"summary":"Return the API version","tags":["Monitoring"]}}},"components":{"schemas":{"ATOMApplicationVersion":{"properties":{"component":{"$ref":"#/components/schemas/ATOMComponent"}},"required":["component"],"type":"object"},"ATOMComponent":{"properties":{"api_version":{"description":"API version","type":"string"},"git_commit":{"description":"Git commit hash","type":"string"},"name":{"description":"API name","type":"string"}},"required":["name","api_version","git_commit"],"type":"object"}}}}
```

## Return the API version

> Return the API version

```json
{"openapi":"3.0.0","info":{"title":"SVX API","version":"4.0.1"},"servers":[{"url":"https://api-sandbox.svx.exchange"}],"security":[],"paths":{"/alive/atom-int":{"get":{"callbacks":{},"description":"Return the API version","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ATOMApplicationVersion"}}},"description":"Success"}},"summary":"Return the API version","tags":["Monitoring"]}}},"components":{"schemas":{"ATOMApplicationVersion":{"properties":{"component":{"$ref":"#/components/schemas/ATOMComponent"}},"required":["component"],"type":"object"},"ATOMComponent":{"properties":{"api_version":{"description":"API version","type":"string"},"git_commit":{"description":"Git commit hash","type":"string"},"name":{"description":"API name","type":"string"}},"required":["name","api_version","git_commit"],"type":"object"}}}}
```

## Return the API version

> Return the API version

```json
{"openapi":"3.0.0","info":{"title":"SVX API","version":"4.0.1"},"servers":[{"url":"https://api-sandbox.svx.exchange"}],"security":[],"paths":{"/alive/svx-utilities":{"get":{"callbacks":{},"description":"Return the API version","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UtilitiesApplicationVersion"}}},"description":"Success"}},"summary":"Return the API version","tags":["Monitoring"]}}},"components":{"schemas":{"UtilitiesApplicationVersion":{"properties":{"component":{"$ref":"#/components/schemas/UtilitiesComponent"}},"required":["component"],"type":"object"},"UtilitiesComponent":{"properties":{"api_version":{"description":"API version","type":"string"},"git_commit":{"description":"Git commit hash","type":"string"},"name":{"description":"API name","type":"string"}},"required":["name","api_version","git_commit"],"type":"object"}}}}
```

## GET /alive/platform

>

```json
{"openapi":"3.0.0","info":{"title":"SVX API","version":"4.0.1"},"servers":[{"url":"https://api-sandbox.svx.exchange"}],"security":[],"paths":{"/alive/platform":{"get":{"parameters":[],"responses":{"200":{"description":""}},"tags":["Monitoring"]}}}}
```
