# Telemetry

Work with telemetry in the sandbox.

This is the simulated Earn API. Position creation and withdrawal change sandbox records; they do not sign a wallet transaction.


[Authentication](/build/authentication/) · [Errors](/build/errors/) · [Amounts and units](/build/units/)


## Usage time series

`GET /usage`


### Parameters

| Name | Location | Type | Required | Description |

| --- | --- | --- | --- | --- |

| `range` | query | `"24h"`, `"7d"`, `"30d"` | No | Time range |

### Response · 200

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `object` | `string` | Yes |   |
| `data` | [Usage](/api/sandbox-models/#usage) | Yes |   |
| `meta` | `object` | No |   |


For failed requests, inspect `error.code`, `error.message` and the request ID. [Error handling](/build/errors/).


## Platform status

`GET /status`


### Response · 200

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `object` | `string` | Yes |   |
| `data` | [Status](/api/sandbox-models/#status) | Yes |   |
| `meta` | `object` | No |   |


For failed requests, inspect `error.code`, `error.message` and the request ID. [Error handling](/build/errors/).


## OpenAPI document

`GET /openapi.json`


### Response · 200

Schema: `object`


For failed requests, inspect `error.code`, `error.message` and the request ID. [Error handling](/build/errors/).

