Skip to content

Added /currency endpoint

Paweł Chłąd requested to merge FX_endpoint into develop

Added new /currency endpoint that consumes FOREX_CURRENCY_PAIRS message.

List of all new endpoints: POST /currency - receives new FX data - requires AUTH GET /currency/all - returns all FX data GET /currency/{currency exchange ticker} - returns data matching currency exchange ticker, ticker must be in BASE.QUOTE format otherwise bad request.

Merge request reports