> 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/assetbalancehistory.md).

# AssetBalanceHistory

### 1.上传资产余额历史记录

```go
func UploadAssetBalanceHistories(token string) string
```

#### 参数

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

#### 响应

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