> 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/cha-xun-zi-chan-id.md).

# 查询资产ID

### 1.通过批次交易ID查询资产ID

```go
func QueryAssetIdByBatchTxid(batchTxid string) string
```

#### 参数

`batchTxid` <mark style="color:orange;">string</mark> 批次交易ID

#### 响应

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