メインコンテンツへスキップ

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

読み込み中...

更新日:
Aug 09, 2026

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

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

パスパラメータ

txid
文字列
必須
読み込み中...

返します

txid
文字列
読み込み中...
vin
配列
読み込み中...
n
整数
読み込み中...
addresses
配列
読み込み中...
isAddress
ブール値
読み込み中...
vout
配列
読み込み中...
文字列
読み込み中...
n
整数
読み込み中...
addresses
配列
読み込み中...
isAddress
ブール値
読み込み中...
blockHash
文字列
読み込み中...
blockHeight
整数
読み込み中...
confirmations
整数
読み込み中...
blockTime
整数
読み込み中...
文字列
読み込み中...
fees
文字列
読み込み中...
tokenTransfers
配列
読み込み中...
タイプ
文字列
読み込み中...
standard
文字列
読み込み中...
出典
文字列
読み込み中...
~へ
文字列
読み込み中...
契約
文字列
読み込み中...
名前
文字列
読み込み中...
symbol
文字列
読み込み中...
decimals
整数
読み込み中...
文字列
読み込み中...
ethereumSpecific
オブジェクト
読み込み中...
ステータス
整数
読み込み中...
nonce
整数
読み込み中...
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
}
まだアカウントをお持ちではありませんか?
Create your Quicknode endpoint in seconds and start building
今すぐ無料で始めましょう