🔗 REST API - Real-time
Endpoints
REST API endpoints provide real-time exchange rates through standard HTTP request-response endpoints. After authenticating with your API key, you can send requests to the endpoints documented below to retrieve current exchange rates or metadata.
Endpoints
| Environment | Encryption | Value | Region |
|---|---|---|---|
| Production | Yes | https://api-realtime.fx.finfeedapi.com/ | GeoDNS (auto-routing) |
| Production | No | http://api-realtime.fx.finfeedapi.com/ | GeoDNS (auto-routing) |
| Production | Yes | https://api-realtime-ncsa.fx.finfeedapi.com/ | North & South America |
| Production | No | http://api-realtime-ncsa.fx.finfeedapi.com/ | North & South America |
| Production | Yes | https://api-realtime-emea.fx.finfeedapi.com/ | Europe, Middle East & Africa |
| Production | No | http://api-realtime-emea.fx.finfeedapi.com/ | Europe, Middle East & Africa |
| Production | Yes | https://api-realtime-apac.fx.finfeedapi.com/ | Asia Pacific |
| Production | No | http://api-realtime-apac.fx.finfeedapi.com/ | Asia Pacific |
[!NOTE]
The default endpoints (
api-realtime.fx.finfeedapi.com) 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.
