Skip to main content

Retrieve a single FX transaction

GET 

/api/fx_transaction_details/:id

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.

Request

Path Parameters

    id stringrequired

    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: [created, pending, transferred, canceled]

    fromAutomation boolean
Loading...