> For the complete documentation index, see [llms.txt](https://tronapi.gitbook.io/trx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tronapi.gitbook.io/trx/cha-xun-usdt-jiao-yi-xiang-qing.md).

# 查询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 为成功 |
