> For the complete documentation index, see [llms.txt](https://doc1.antgst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc1.antgst.com/help-center/financial/top-up-records.md).

# Top-up Records

View Your Recharge History

#### 1. Where to Find It

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-9965ea7dbe95da14830ced874be63796fae3fa94%2Fimage%20(30).png?alt=media" alt=""><figcaption></figcaption></figure>

To access your recharge history:

1. Log in to the console and go to the **Dashboard** (Home page).
2. Click on the **"Top Up"** button in the top-right corner.
3. After entering the recharge page, click on **"View Recharge Records"** or navigate directly via the menu (if available).
4. You will be redirected to the **Top-up Records** page.

> 📌 Tip: This page is accessible only after you have made at least one recharge attempt.

***

#### 2. Function Description

The **Top-up Records** page displays a complete list of all your recharge transactions, including successful, failed, pending, and expired attempts. It helps you track payment status, verify transaction details, and troubleshoot issues.

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-7828e092d3c53e310ae767b46b3fd1f58c0503f9%2Fimage%20(29).png?alt=media" alt=""><figcaption></figcaption></figure>

**Key Columns:**

* **Transaction No.**: Unique identifier for each recharge request.
* **Payment ID**: The ID assigned by the payment gateway (may be blank if not applicable).
* **Original Payment ID**: Reference ID from external payment systems (e.g., crypto wallet).
* **Recharge Amount**: The amount you requested to recharge (in USD).
* **Amount Payable**: The equivalent cryptocurrency amount required (based on real-time exchange rate).
* **Actual Paid**: The actual currency used (e.g., BTC, USDT, USD).
* **Recharge Type**: Whether it's SMS Recharge or Voice Recharge.
* **Recharge Status**: Current status of the transaction:
  * `Pending` – Waiting for payment confirmation
  * `Paid` – Payment confirmed but processing
  * `Recharge successful` – Successfully credited to account
  * `Recharge failed` – Failed due to system error or invalid data
  * `Timeout` – Transaction timed out (no payment received within limit)
  * `Order Creation Failed` – Failed to create order
  * `Partially Paid` – Partial success (e.g., partial credit)
  * `Expired` – Order expired before payment
* **Creation Time**: When the recharge request was created.
* **Modification Time**: Last time the record was updated.

**Filtering Options:**

* **Search Box**: Filter records by Transaction No. or Payment ID.
* **Payment Status**: Filter by status (e.g., Pending, Paid, Recharge successful).
* **Recharge Type**: Filter by service type (SMS Recharge / Voice Recharge).
* **Query / Reset**: Apply filters or clear all conditions.

> ✅ You can export or download records if needed (if supported).\
> ⚠️ For failed or timeout transactions, please check your payment details or contact support.


---

# 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://doc1.antgst.com/help-center/financial/top-up-records.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.
