Skip to main content
GET
/
bank-linking
/
investments
/
transactions
/
{investmentTransactionId}
Get a financial account investment transaction
curl --request GET \
  --url https://api-sb.meld.io/bank-linking/investments/transactions/{investmentTransactionId} \
  --header 'Authorization: <api-key>'
{
  "accountId": "<string>",
  "amount": 123,
  "connectionIds": [
    "<string>"
  ],
  "costBasis": 123,
  "currency": "<string>",
  "customerId": "<string>",
  "description": "<string>",
  "externalCustomerId": "<string>",
  "financialAccountId": "<string>",
  "id": "<string>",
  "key": "<string>",
  "postedDate": "2023-11-07T05:31:56Z",
  "quantity": 123,
  "serviceProviderDetails": [
    {}
  ],
  "symbol": "<string>",
  "transactionDate": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Path Parameters

investmentTransactionId
string
required

Investment Transaction id

Response

Financial account investment transaction is returned

accountId
string

The unique identifier of your account with Meld. This id will be the same for all calls to Meld endpoints made from this account.

amount
number

Amount

connectionIds
string[]

Ids of connections used to load data for this transaction

costBasis
number

Original total value

currency
string

Currency

customerId
string

Meld generated unique identifier for your customer. This should be used to track customer activity.

description
string

Description

externalCustomerId
string

Your unique identifier for your customer. If maintaining your own customer management system this can also be used for tracking customer activity.

financialAccountId
string

Financial Account id

id
string

The id of the financial account investment transaction

key
string

When this financial account investment transaction is part of a paginated list, this key represents its position in the list

postedDate
string<date-time>

Posted date

quantity
number

Total quantity held

serviceProviderDetails
object[]

Raw service provider details for the service provider investment transaction(s) associated with this Financial Account Investment Transaction. The raw format varies by service provider, but each result will always contain a serviceProvider field and an updatedAt field. Results are ordered by updatedAt, with the most recent result at the start of the list, and the oldest at the bottom.

status
enum<string>

Status

Available options:
PENDING,
POSTED
symbol
string

Security identifier. Will be the trading symbol if for publicly traded securities.

transactionDate
string<date-time>

Transaction date

type
enum<string>

Transaction Type

Available options:
SELL,
BUY,
CANCEL,
CASH,
OTHER,
TRANSFER