跳转至主要内容

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
整数
正在加载...
confirmations
整数
正在加载...
blockTime
整数
正在加载...
字符串
正在加载...
fees
字符串
正在加载...
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 端点,并开始构建
免费开始使用