跳至主要內容

交易

tokenview小于 1 分钟

交易

USDT交易详情

GET https://services.tokenview.io/vipapi/usdt/txdetail/{交易哈希}?apikey={apikey}

参数

Request

curl --location https://services.tokenview.io/vipapi/usdt/txdetail/f9733eeaa5d5c8b2ccbb8c7120e11791a0f999a46f72802ab9f60879b0d7548e?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": {
        "type": "tx",
        "network": "USDT",
        "block_no": 714495,
        "height": 714495,
        "blockHash": "00000000000000000001ba7f2ed2b72f5988376e50743a3ec34f620671ed0dfe",
        "index": 9,
        "time": 1639728694,
        "txid": "f9733eeaa5d5c8b2ccbb8c7120e11791a0f999a46f72802ab9f60879b0d7548e",
        "fee": "0.00001393",
        "confirmations": 52078,
        "inputs": [
            {
                "address": "3A1YfC2VeYZjVyavBAKhbjuc8odurW9yzQ",
                "value": "3.10000000"
            }
        ],
        "outputs": [
            {
                "address": "1DeRF2bLsSFRjsFBuyhfjJ9BE5PD9Uy7gL",
                "value": "3.10000000"
            }
        ],
        "inputCnt": 1,
        "outputCnt": 1,
        "type_int": 0,
        "type_str": "Simple Send",
        "status": 1
    }
}
上次编辑于: