# 查询USDT交易详情

**简要描述**

* 查询订单详情接口

**请求URL**

* `/api/trc20/transData?txID=40ad467bc5d727164988312e992ea3d7402743d82c4b26244f92ba4194302ce2`

**请求方式**

* GET

**参数**

| 参数名  | 必选 | 类型     | 说明                      |
| ---- | -- | ------ | ----------------------- |
| txID | 是  | string | 订单哈希值，在转账的时候返回参数里面有txID |

**返回示例**

```
{
    "code": 1,
    "data": {
        "signature": [],
        "txID": "40ad467bc5d727164988312e992ea3d7402743d82c4b26244f92ba4194302ce2",
        "raw_data": {
            "contract": [
                {
                    "parameter": {
                        "value": {
                            "data": "a9059cbb0000000000000000000000416e180a47c9ba3103031151477e35037f7e907eee00000000000000000000000000000000000000000000000000000000000f4240",
                            "owner_address": "4144967f55976c06c4fb55b2e310843c25105ba78d",
                            "contract_address": "41a614f803b6fd780986a42c78ec9c7f77e6ded13c"
                        },
                        "type_url": "type.googleapis.com/protocol.TriggerSmartContract"
                    },
                    "type": "TriggerSmartContract"
                }
            ],
            "ref_block_bytes": "e7d2",
            "ref_block_hash": "82d305046c27b615",
            "expiration": 1648890405000,
            "fee_limit": 100000000,
            "timestamp": 1648890347395
        },
        "contractRet": "SUCCESS"
    }
}
```

**返回参数说明**

| 参数名         | 类型     | 说明          |
| ----------- | ------ | ----------- |
| contractRet | string | SUCCESS 为成功 |


---

# Agent Instructions: 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:

```
GET https://tronapi.gitbook.io/trx/cha-xun-usdt-jiao-yi-xiang-qing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
