# Transactions

Endpoints for transaction data.

## List transactions for all card accounts.

 - [GET /v2/transactions/card/primary](https://developer.brex.com/openapi/transactions_api/transactions/listprimarycardtransactions.md): This endpoint lists all settled transactions for all card accounts.
Regular users may only fetch their own "PURCHASE","REFUND" and "CHARGEBACK" settled transactions.

## List transactions for the selected cash account.

 - [GET /v2/transactions/cash/{id}](https://developer.brex.com/openapi/transactions_api/transactions/listcashtransactions.md): This endpoint lists all transactions for the cash account with the selected ID.

