# Transactions

Endpoints for viewing transactions across collection links and channels with account-based routing

## List Transactions

 - [GET /v1/collections/transactions](https://docs.ripple.com/products/collections/api/collections/transactions/listtransactionsv1.md): API to fetch transactions across collection links or channels using account-based routing.

## Get transaction by ID

 - [GET /v1/collections/transactions/{transaction_id}](https://docs.ripple.com/products/collections/api/collections/transactions/gettransactionbyidv1.md): API to fetch a transaction (payment from a payer to beneficiary) using account-based routing.

