Skip to main content

Retrieve a single FX transaction

This API endpoint is your gateway to delving into the intricacies of an individual foreign exchange (FX) transaction, enabling you to uncover a treasure trove of details about a specific FX transaction.

Path Parameters
  • id string required

    FxTransactionDetail identifier

Responses

OK - The request was processed successfully.


Schema
  • id integer
  • currencyFrom string
  • currencyTo string
  • amountFrom string
  • amountTo string
  • direction string

    Possible values: [sell, buy]

  • dealDate string
  • valueDate string
  • type string

    Possible values: [spot, forward]

  • spotRate string
  • forwardPoints stringnull
  • platformRate string
  • status string

    Possible values: [not hedged, hedged, error, to-hedge, hedging]

  • fromAutomation boolean
Loading...