custody/accounts/{id}/transactions

Fetch a list of transactions associated with the specified custody account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Transaction Object Properties

Each transaction in the barc_transactions array contains the following properties:

FieldTypeDescription
idStringUnique transaction identifier (e.g., "CT91489055")
methodStringPayment method ("WIRE", "ACH", "CHECK", "TRANSFER", "Internal t", "fee", or empty)
dateStringTransaction date in YYYY-MM-DD format
nameStringName associated with the transaction
amountCentsNumberTransaction amount in cents USD
typeStringTransaction type ("Credit" or "Debit")
subtypeStringTransaction subtype (see transaction subtypes below)
brokerageAccountIdStringAssociated brokerage account ID
notesStringAdditional notes about the transaction
statusStringTransaction status (e.g., "Settled", "Pending")
referenceNumberStringReference number of the corresponding fund move or fund disbursement request
accountIdStringCustody account identifier
settledDateStringDate when the transaction settled in YYYY-MM-DD format
checkNumberStringCheck number (if applicable)
deletedStringDeletion flag ("0" for active, "1" for deleted)
createdDateStringTimestamp when the transaction was created (YYYY-MM-DD HH:MM:SS)
updatedDateStringTimestamp when the transaction was last updated (YYYY-MM-DD HH:MM:SS)
cashSendConfirmationStringConfirmation status for cash transfers ("Yes", "No", or empty)

Transaction Subtypes

The subtype field can have the following values:

  • Deposit - Money deposited into the account
  • Withdrawal - Money withdrawn from the account
  • Withdrawalcc - Money withdrawn via credit card
  • IntraCo Transfer - Transfer within the company
  • BuyCost - Cost associated with buying securities
  • SellProceeds - Proceeds from selling securities
  • Commission - Commission fees
  • Interest - Interest earned
  • Dividends - Dividend payments
  • Fees - General fees
  • Others - Miscellaneous transactions
  • Fixed Credit - Fixed credit to the account
  • OID SeedInvest Interest - Interest from SeedInvest
  • MMF - Purchase - Money Market Fund purchase
  • MMF - Redemption - Money Market Fund redemption

Transaction Methods

The method field can have the following values:

  • WIRE - Wire transfer
  • ACH - Automated Clearing House transfer
  • CHECK - Check payment
  • TRANSFER - General transfer
  • Internal t - Internal transfer
  • fee - Fee transaction

Permissions

This method requires the scopecustody_account.read.pii_high and custody_transaction.read.pii_highto be granted to the calling API key.

These scopes can be assigned by system admins through the API or Transact Portal. A PII high scope is required because responses contain financial transaction data.

Filtering and sorting

For more information on filtering and sorting see

Working with List Endpoints

Path Params
string
required

Account ID associated with the custody transactions

Query Params
int32
Defaults to 0

The row index at which to begin the query. Zero represents the first trade in the list.

int32
Defaults to 10

The maximum number of trades to return. Max value is 500.

boolean
Defaults to false

Included deleted trades in response.

json

see "Working with Lists" for more information

string

see "Working with Lists" for more information

Headers
string
Defaults to Bearer

Bearer token in the format "Bearer clientId:apiKey"

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json