txId field in the response of wapi/v3/withdrawHistory.html endpoint

Hello,

Is the txId field in the response of wapi/v3/withdrawHistory.html and wapi/v3/depositHistory.html endpoints the transaction id on the blockchain? Or is it a Binance internal transaction id?

[
{
“address”: “0x94df8b352de7f46f64b01d3666bf6e936e44ce60”,
“amount”: “8.91000000”,
“applyTime”: “2019-10-12 11:12:02”,
“coin”: “USDT”,
“id”: “b6ae22b3aa844210a7041aee7589627c”,
“withdrawOrderId”: “WITHDRAWtest123”,
“network”: “ETH”,
“transferType”: 0,
“status”: 6,
“txId”: “0xb5ef8c13b968a406cc62a93a8bd80f9e9a906ef1b3fcf20a2e48573c17659268”
},
{
“address”: “1FZdVHtiBqMrWdjPyRPULCUceZPJ2WLCsB”,
“amount”: “0.00150000”,
“applyTime”: “2019-09-24 12:43:45”,
“coin”: “BTC”,
“id”: “156ec387f49b41df8724fa744fa82719”,
“network”: “BTC”,
“status”: 6,
“txId”: “60fd9007ebfddc753455f95fafa808c4302c836e4d1eebc5a132c36c1d8ac354”
}
]

Thanks

It’s the transaction within blockchain network, you can confirm this with https://etherscan.io/tx/0xb5ef8c13b968a406cc62a93a8bd80f9e9a906ef1b3fcf20a2e48573c17659268

Note: use sapi endpoints, wapi will be deprecated in the future.