> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/xyb-platform-1/xyb-ledger/api-reference-guides/transaction-management-apis.md).

# Transaction Management APIs

#### **Transaction Management APIs**

The **Transaction Management APIs** facilitate the execution, tracking, and reconciliation of financial transactions within the ledger system. These APIs handle key financial activities such as creating instructions, managing postings, and tracking fund movements between accounts and wallets. By providing structured and auditable transaction workflows, these APIs ensure accuracy, compliance, and efficiency in financial operations.

***

#### **1. Instruction Management**

Instructions are high-level transaction requests that group multiple financial activities into a single operation. They define the execution order and dependencies of multiple postings. For example, a payroll instruction may bundle salary payments for multiple employees in a single request.

[Check out the Instruction Management APIs here.](/xyb-platform-1/xyb-ledger/api-reference-guides/transaction-management-apis/instruction-management-apis.md)

***

#### **2. Movement Tracking**

Movements track the actual flow of funds between accounts, wallets, or external systems. They ensure transparency in financial transactions and help detect discrepancies. For example, a company tracking refunds can use movement data to verify if funds were correctly returned to customer wallets.

[Check out the Movement Tracking APIs here.](/xyb-platform-1/xyb-ledger/api-reference-guides/transaction-management-apis/transaction-and-balance-queries-apis.md)

#### **3. Posting Management**

Postings represent individual transaction entries that update account balances. Each posting affects at least two accounts (debit and credit) and records the movement of funds. For instance, a customer deposit results in a debit from their bank and a credit to their wallet balance.

[Check out the Posting Management APIs here.](/xyb-platform-1/xyb-ledger/api-reference-guides/transaction-management-apis/movement-management-apis.md)

***

####


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xyb.co/xyb-platform-1/xyb-ledger/api-reference-guides/transaction-management-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
