> 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/operations/index.md).

# Index

Operations are objects that represent a desired change to the ledger: payments, offers to exchange currency, changes made to account options, etc. Operations are submitted to the Stellar network grouped in a Transaction.

Each of Stellar’s operations have a unique operation object.

Endpoints

| GET | [/operations/:operation\_id](https://developers.stellar.org/api/resources/operations/single/)          |
| --- | ------------------------------------------------------------------------------------------------------ |
| GET | [/operations/:operation\_id/effects](https://developers.stellar.org/api/resources/operations/effects/) |
| GET | [/operations](https://developers.stellar.org/api/resources/operations/list/)                           |
| GET | [/payments](https://developers.stellar.org/api/resources/operations/list-payments/)                    |
