跳至主要內容

GET /api/v2/tx/{txid} - Blockbook REST API

載入中...

更新於
Jun 10, 2026

GET /api/v2/tx/{txid} - Blockbook REST API

Please note that this REST method requires the EVM Blockbook add-on enabled on your Quicknode endpoint.

路徑參數

txid
字串
必填
載入中...

退貨

txid
字串
載入中...
vin
陣列
載入中...
n
整數
載入中...
地址
陣列
載入中...
isAddress
布林值
載入中...
vout
陣列
載入中...
字串
載入中...
n
整數
載入中...
地址
陣列
載入中...
isAddress
布林值
載入中...
blockHash
字串
載入中...
blockHeight
整數
載入中...
確認
整數
載入中...
blockTime
整數
載入中...
字串
載入中...
費用
字串
載入中...
tokenTransfers
陣列
載入中...
類型
字串
載入中...
standard
字串
載入中...
來自
字串
載入中...
字串
載入中...
合約
字串
載入中...
名稱
字串
載入中...
符號
字串
載入中...
小數
整數
載入中...
字串
載入中...
ethereumSpecific
物件
載入中...
狀態
整數
載入中...
非重複數
整數
載入中...
gasLimit
整數
載入中...
gasUsed
整數
載入中...
gasPrice
字串
載入中...
maxFeePerGas
字串
載入中...
baseFeePerGas
字串
載入中...
資料
字串
載入中...
parsedData
物件
載入中...
methodId
字串
載入中...
名稱
字串
載入中...
addressAliases
物件
載入中...
類型
字串
載入中...
Alias
字串
載入中...
請求
回應
1
{
2
"txid": "0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e",
3
"vin": [
4
{
5
"n": 0,
6
"addresses": [
7
"0x8eF57238Cd4178EEd96Cd30a13CBc7448925328e"
8
],
9
"isAddress": true
10
}
11
],
12
"vout": [
13
{
14
"value": "64243894",
15
"n": 0,
16
"addresses": [
17
"0x0000001D0000F38CC10d0028474a9c180058B091"
18
],
19
"isAddress": true
20
}
21
],
22
"blockHash": "0xcf384012b91b081230cdf17a3f7dd370d8e67056058af6b272b3d54aa2714fac",
23
"blockHeight": 19000000,
24
"confirmations": 6275239,
25
"blockTime": 1705173443,
26
"value": "64243894",
27
"fees": "4176517554083776",
28
"tokenTransfers": [
29
{
30
"type": "ERC20",
31
"standard": "ERC20",
32
"from": "0x0000001D0000F38CC10d0028474a9c180058B091",
33
"to": "0xf5ad62AF6f001072c9162D6532b903d894FCcFFd",
34
"contract": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
35
"name": "Wrapped Ether",
36
"symbol": "WETH",
37
"decimals": 18,
38
"value": "275925423697690624"
39
},
40
{
41
"type": "ERC20",
42
"standard": "ERC20",
43
"from": "0xf5ad62AF6f001072c9162D6532b903d894FCcFFd",
44
"to": "0x0000001D0000F38CC10d0028474a9c180058B091",
45
"contract": "0xf25f6D80A743Fa1a6DBE33842177b2b2e38b1E49",
46
"name": "Trōllheim",
47
"symbol": "TRŌLL",
48
"decimals": 9,
49
"value": "3101998287964602368"
50
}
51
],
52
"ethereumSpecific": {
53
"status": 1,
54
"nonce": 5522,
55
"gasLimit": 297348,
56
"gasUsed": 208144,
57
"gasPrice": "20065519804",
58
"maxPriorityFeePerGas": "0",
59
"maxFeePerGas": "20065519804",
60
"baseFeePerGas": "20065519804",
61
"data": "0x52c0f5ad62af6f001072c9162d6532b903d894fccffd802b0c83027587949af8b82b56bbd5ceceb046cd4e8901911d283c0bbf6d1b60728040a8",
62
"parsedData": {
63
"methodId": "0x52c0f5ad",
64
"name": ""
65
}
66
},
67
"addressAliases": {
68
"0x87949aF8B82b56bBD5ceCeb046Cd4E8901911d28": {
69
"Type": "Contract",
70
"Alias": "Uniswap V2"
71
},
72
"0xf5ad62AF6f001072c9162D6532b903d894FCcFFd": {
73
"Type": "Contract",
74
"Alias": "Uniswap V2"
75
}
76
}
77
}
1
{
2
"txid": "0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e",
3
"vin": [
4
{
5
"n": 0,
6
"addresses": [
7
"0x8eF57238Cd4178EEd96Cd30a13CBc7448925328e"
8
],
9
"isAddress": true
10
}
11
],
12
"vout": [
13
{
14
"value": "64243894",
15
"n": 0,
16
"addresses": [
17
"0x0000001D0000F38CC10d0028474a9c180058B091"
18
],
19
"isAddress": true
20
}
21
],
22
"blockHash": "0xcf384012b91b081230cdf17a3f7dd370d8e67056058af6b272b3d54aa2714fac",
23
"blockHeight": 19000000,
24
"confirmations": 6275239,
25
"blockTime": 1705173443,
26
"value": "64243894",
27
"fees": "4176517554083776",
28
"tokenTransfers": [
29
{
30
"type": "ERC20",
31
"standard": "ERC20",
32
"from": "0x0000001D0000F38CC10d0028474a9c180058B091",
33
"to": "0xf5ad62AF6f001072c9162D6532b903d894FCcFFd",
34
"contract": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
35
"name": "Wrapped Ether",
36
"symbol": "WETH",
37
"decimals": 18,
38
"value": "275925423697690624"
39
},
40
{
41
"type": "ERC20",
42
"standard": "ERC20",
43
"from": "0xf5ad62AF6f001072c9162D6532b903d894FCcFFd",
44
"to": "0x0000001D0000F38CC10d0028474a9c180058B091",
45
"contract": "0xf25f6D80A743Fa1a6DBE33842177b2b2e38b1E49",
46
"name": "Trōllheim",
47
"symbol": "TRŌLL",
48
"decimals": 9,
49
"value": "3101998287964602368"
50
}
51
],
52
"ethereumSpecific": {
53
"status": 1,
54
"nonce": 5522,
55
"gasLimit": 297348,
56
"gasUsed": 208144,
57
"gasPrice": "20065519804",
58
"maxPriorityFeePerGas": "0",
59
"maxFeePerGas": "20065519804",
60
"baseFeePerGas": "20065519804",
61
"data": "0x52c0f5ad62af6f001072c9162d6532b903d894fccffd802b0c83027587949af8b82b56bbd5ceceb046cd4e8901911d283c0bbf6d1b60728040a8",
62
"parsedData": {
63
"methodId": "0x52c0f5ad",
64
"name": ""
65
}
66
},
67
"addressAliases": {
68
"0x87949aF8B82b56bBD5ceCeb046Cd4E8901911d28": {
69
"Type": "Contract",
70
"Alias": "Uniswap V2"
71
},
72
"0xf5ad62AF6f001072c9162D6532b903d894FCcFFd": {
73
"Type": "Contract",
74
"Alias": "Uniswap V2"
75
}
76
}
77
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用