# Rest API

### Rest Endpoints

#### Environments

There are two environments to access our market data rest endpoints:

1. **Live**

<pre><code><strong>https://marketdata.aquanow.com/ 
</strong></code></pre>

2. **Sandbox**

```
https://marketdata.staging.aquanow.com/
```

### Access and Authorization

Rest API Authentication is done using an OAuth2.0. View the [Authorization](https://docs.aquanow.io/cams/security/oauth2.0) page for more detail.
