> For the complete documentation index, see [llms.txt](https://developers.docs.bantufoundation.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.docs.bantufoundation.org/api/resources/transactions/index.md).

# Index

import { EndpointsTable } from "components/EndpointsTable";

Transactions are commands that modify the ledger state and consist of one or more operations.

Learn more about [transactions](/glossary/transactions.md).

Endpoints

| GET  | [/transactions/:transaction\_id](https://developers.stellar.org/api/resources/transactions/single/)                |
| ---- | ------------------------------------------------------------------------------------------------------------------ |
| GET  | [/transactions/:transaction\_id/operations](https://developers.stellar.org/api/resources/transactions/operations/) |
| GET  | [/transactions/:transaction\_id/effects](https://developers.stellar.org/api/resources/transactions/effects/)       |
| GET  | [/transactions](https://developers.stellar.org/api/resources/transactions/list/)                                   |
| POST | [/transactions](https://developers.stellar.org/api/resources/transactions/post/)                                   |
