Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountGroupKey AccountGroupKey Query-String The key of the account group to which the resource belongs.
    AccountKey AccountKey Query-String The keys of the accounts to which the resource belongs.
    AmountTypeSource AmountTypeSource Query-String Specifies the response data granularity, providing access to source of AmountType.
    ClientKey ClientKey Query-String The key of the client to which the resource belongs.
  • Response Parameters

    View Response Codes
    Name Type Description
    CashFlows CashFlow [] Cash flow for value date
    Currency String The requester's primary currency
    Exchanges ExchangeBreakdown [] Array containing value dated amounts by exchange, for owed currency
    Total Number Estimated total owed amount (converted to the requester's primary currency). Note: Amounts must be paid in the owed currency.
  • Request Example

    Request URL
    GET /hist/v1/unsettledamounts/exchanges?AccountGroupKey=QEPWm2RyUefWudKFjRaJag==&AccountKey=7wfA7-TCgQ0ygd||aOXY0w==&AmountTypeSource=TransactionsNotBooked&ClientKey=AbSTLYSoo499JZpp|ckGFw==
  • Response Example

    Response body
    {
      "CashFlows": [
        {
          "Amount": -0.57,
          "ValueDate": "2024-04-25T00:00:00Z"
        },
        {
          "Amount": -15.40352205,
          "ValueDate": "2024-05-05T00:00:00Z"
        }
      ],
      "Currency": "DKK",
      "Exchanges": [
        {
          "CashFlows": [
            {
              "Amount": -0.57,
              "ValueDate": "2024-04-25T00:00:00Z"
            }
          ],
          "Currencies": [
            {
              "CashFlows": [
                {
                  "Amount": -0.57,
                  "ValueDate": "2024-04-25T00:00:00Z"
                }
              ],
              "Currency": "DKK",
              "Total": -0.57
            }
          ],
          "Currency": "DKK",
          "ExchangeId": "NYSE",
          "Total": -0.57
        },
        {
          "CashFlows": [
            {
              "Amount": -15.40352205,
              "ValueDate": "2024-05-05T00:00:00Z"
            }
          ],
          "Currencies": [
            {
              "CashFlows": [
                {
                  "Amount": -15.40352205,
                  "ValueDate": "2024-05-05T00:00:00Z"
                }
              ],
              "Currency": "EUR",
              "Total": -2.07
            }
          ],
          "Currency": "EUR",
          "ExchangeId": "NoExchange",
          "Total": -15.40352205
        }
      ],
      "Total": -15.97352205
    }