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

# Index

Users interact with the Stellar network through accounts. Everything else in the ledger—assets, offers, trustlines, etc.—are owned by accounts, and accounts must authorize all changes to the ledger through signed transactions.

Learn more about [accounts](https://developers.stellar.org/docs/glossary/accounts/).

Endpoints

| GET | [/accounts](https://developers.stellar.org/api/resources/accounts/list/)                                   |
| --- | ---------------------------------------------------------------------------------------------------------- |
| GET | [/accounts/:account\_id](https://developers.stellar.org/api/resources/accounts/single/)                    |
| GET | [/accounts/:account\_id/transactions](https://developers.stellar.org/api/resources/accounts/transactions/) |
| GET | [/accounts/:account\_id/operations](https://developers.stellar.org/api/resources/accounts/operations/)     |
| GET | [/accounts/:account\_id/payments](https://developers.stellar.org/api/resources/accounts/payments/)         |
| GET | [/accounts/:account\_id/effects](https://developers.stellar.org/api/resources/accounts/effects/)           |
| GET | [/accounts/:account\_id/offers](https://developers.stellar.org/api/resources/accounts/offers/)             |
| GET | [/accounts/:account\_id/trades](https://developers.stellar.org/api/resources/accounts/trades/)             |
| GET | [/accounts/:account\_id/data](https://developers.stellar.org/api/resources/accounts/data/)                 |
