🔗 REST API
Endpoints
REST API endpoints provides market data through standard HTTP request-response endpoints. After authenticating with your API key, you can send requests to the endpoints documented below to retrieve current, historical, or metadata.
Endpoints
| Environment | Encryption | Value | Region |
|---|---|---|---|
| Production | Yes | https://rest.coinapi.io/ | GeoDNS (auto-routing) |
| Production | No | http://rest.coinapi.io/ | GeoDNS (auto-routing) |
| Production | Yes | https://api-ncsa.coinapi.io/ | North & South America |
| Production | No | http://api-ncsa.coinapi.io/ | North & South America |
| Production | Yes | https://api-emea.coinapi.io/ | Europe, Middle East & Africa |
| Production | No | http://api-emea.coinapi.io/ | Europe, Middle East & Africa |
| Production | Yes | https://api-apac.coinapi.io/ | Asia Pacific |
| Production | No | http://api-apac.coinapi.io/ | Asia Pacific |
[!NOTE]
The default endpoints (
rest.coinapi.io) use GeoDNS to automatically route your requests to the nearest datacenter. If you prefer to use a specific region, you can use the region-specific endpoints listed above.