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

# AssetLocalMintHistory

### 1.上传本地资产发行成功记录

*和获取token等操作一起循环执行*

```go
func UploadAssetLocalMintHistory(token string, deviceId string) string
```

#### 参数

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

`deviceId` <mark style="color:orange;">string</mark> 设备ID

#### 响应

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