> For the complete documentation index, see [llms.txt](https://docs.b2binpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2binpay.com/user-guide/custody/history.md).

# History

On this page, you can view a list of balance operations on your Custody wallets.

{% hint style="warning" %}
Only users with the *Owner* role can access this section.
{% endhint %}

## Operation list

The following information is provided about each operation:

**ID**

The unique system identifier of a transfer. This is a link to transfer details.

***

**Custody wallet**

The unique system identifier, type (`C` for Custody), and currency of a wallet.

***

**Status**

The current status of a transfer. Possible values:

* **Canceled**: The transfer was canceled due to security reasons or a transfer amount being too small.
* **Blocked**: The transfer was considered suspicious during the AML check and is temporarily blocked until further Compliance verification.
* **Failed**: The transfer has failed on the blockchain.
* **Created**: The transfer has been created and is currently in the queue for processing, the status will be changed soon.
* **Unconfirmed**: The transfer hasn’t yet received the required number of block confirmations.
* **Confirmed**: The required number of block confirmations has been received and the transfer is completed.

***

**Operation**

The transfer type. Possible values:

* **Custody wallet withdrawal**: The withdrawal of funds from a Custody wallet to an Enterprise/Merchant wallet or to an external address.
* **Custody wallet top up**: The deposit of funds to a Custody wallet from an Enterprise or Merchant wallet.

***

**Amount**

The transfer amount, in the wallet currency.

***

**Blockchain fee**

The blockchain fee charged for processing an on-chain transaction, in the wallet currency.

***

**Created at**

The date and time when a transaction was created.


---

# 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.b2binpay.com/user-guide/custody/history.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.
