Major forex pairs
GET /v1/markets/forex — Major foreign-exchange pair quotes. Cached for 30 seconds.
GET /v1/markets/forex
Major foreign-exchange pair quotes. Cached for 30 seconds.
| Method | GET |
| Path | /v1/markets/forex |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "forex": [{ "symbol": "EURUSD=X", "label": "EUR/USD", "price": 1.08 }] }