Skip to main content

Request an FX rate

This endpoint allows users to request an FX (foreign exchange) rate based on provided parameters such as currency pair and amounts.

Header Parameters
  • Unique-Request-Id string

    Possible values: <= 50 characters

    An optional unique identifier for the request, limited to 50 characters. Used to track requests and prevent duplication.

Request Body required
  • currencyFrom string required
  • currencyTo string required
  • amountTo stringnull

    Possible values: Value must match regular expression ^(\d+.\d\d)$

  • amountFrom stringnull

    Possible values: Value must match regular expression ^(\d+.\d\d)$

  • valueDate date-time required
Responses

Created - The request was processed successfully.


Schema
  • id string
  • currencyFrom stringnull
  • currencyTo stringnull
  • amountFrom stringnull

    Possible values: Value must match regular expression ^(\d+.\d\d)$

  • amountTo stringnull

    Possible values: Value must match regular expression ^(\d+.\d\d)$

  • valueDate string
  • spotRate stringnull
  • platformRate stringnull
  • forwardPoints stringnull
Loading...