> For the complete documentation index, see [llms.txt](https://bitlong.gitbook.io/api-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitlong.gitbook.io/api-doc/tapd-api/walletbalancetotalvalue.md).

# WalletBalanceTotalValue

### 1.获取所有BTC和资产价值

包含：本地BTC、托管账户BTC、普通资产、NFT资产

```go
func GetWalletBalanceTotalValue(token string) string
```

#### 参数

`token`<mark style="color:orange;">string</mark> 登录token

#### 响应

```json
{"success":true,"error":"","code":200,"data":61250739.59}
```
