# Transactions

Transactions cover the full money-movement lifecycle on a Rho
account - card spend, ACH credits and debits, wires, transfers,
refunds, and fees. Endpoints in this group return paginated activity
with rich filtering (by account, type, status, date range, search
text) and let you drill into a single transaction's posting state,
counterparty, and audit trail.


## List transactions

 - [GET /transactions](https://docs.rho.co/api/v1/openapi/transactions/listtransactions.md): Returns a paginated list of transactions

## Get transaction

 - [GET /transactions/{id}](https://docs.rho.co/api/v1/openapi/transactions/gettransaction.md): Returns a single transaction by its global identifier

## Get transaction file

 - [GET /transactions/{transaction_id}/files/{file_id}](https://docs.rho.co/api/v1/openapi/transactions/gettransactionfile.md): Returns file metadata and a fresh, short-lived signed download URL.

