> For the complete documentation index, see [llms.txt](https://docs.futuregold.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.futuregold.us/binance-education/wallets/how-to-check-balance-and-transfer-funds-on-wallet-overview.md).

# How to Check Balance and Transfer Funds on Wallet Overview

&#x20;You can check all your Binance wallet balances and transfer funds between your wallets from the **\[Wallet Overview]** page.

## How to check my Binance wallet balances?

1\. Log in to your Binance account and go to **\[Wallet]** - **\[Overview]**.

2\. Here you can check the balances of all your Binance wallets, and make transfers internally or externally.

You can see the **\[Estimated Balance]** of your wallets. This is an approximate value of your balance in BTC, along with an estimated value in the fiat currency of your choice (in USD by default).

To show or hide your wallet balance, click **\[Show Balance]**

.

![](https://public.bnbstatic.com/image/cms/article/body/202107/6711a62f6fa1303a3eca84c98a75a130.png)

To access different wallets, click on the corresponding wallet name on the left or at the bottom.\
3\. Apart from the Binance wallets, you can also add your Binance TR, Tokocrypto, JEX, WazirX, and BPLAY accounts.

![](https://public.bnbstatic.com/image/cms/article/body/202107/ad4355cc60a1d5e2ac62b44299829623.png)

![](https://public.bnbstatic.com/image/cms/article/body/202107/c34a1a4f268619875b84814f602161e4.png)

## How to make a transfer between my Binance wallets?

If you want to trade on a specific market, you need to transfer your funds to the corresponding wallets before you can trade. For example, if you bought crypto via P2P and want to do spot trading, you need to transfer the assets to your Fiat and Spot Wallet first.

1\. To make a transfer between your wallets, click \[Transfer]

.

![](https://public.bnbstatic.com/image/cms/article/body/202107/18bcb689ce8771448ba3f3c45161cf32.png)

2\. Select the wallets you want to make the transfer and the coin, and enter the amount. Click \[Confirm].For more details on internal transfer between wallets, please refer to the \[Transfer] pop-up window.

![](https://public.bnbstatic.com/image/cms/article/body/202107/699747f427001558611ef13258038a93.png)


---

# 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.futuregold.us/binance-education/wallets/how-to-check-balance-and-transfer-funds-on-wallet-overview.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.
