본문으로 건너뛰기

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

로딩 중...

업데이트 날짜:
2026년 6월 10일

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
정수
로딩 중...
addresses
배열
로딩 중...
isAddress
부울
로딩 중...
vout
배열
로딩 중...
문자열
로딩 중...
n
정수
로딩 중...
addresses
배열
로딩 중...
isAddress
부울
로딩 중...
blockHash
문자열
로딩 중...
blockHeight
정수
로딩 중...
confirmations
정수
로딩 중...
blockTime
정수
로딩 중...
문자열
로딩 중...
fees
문자열
로딩 중...
tokenTransfers
배열
로딩 중...
유형
문자열
로딩 중...
standard
문자열
로딩 중...
출처:
문자열
로딩 중...
~에
문자열
로딩 중...
contract
문자열
로딩 중...
이름
문자열
로딩 중...
기호
문자열
로딩 중...
소수
정수
로딩 중...
문자열
로딩 중...
ethereumSpecific
객체
로딩 중...
상태
정수
로딩 중...
논스
정수
로딩 중...
gasLimit
정수
로딩 중...
가스 사용량
정수
로딩 중...
가스 가격
문자열
로딩 중...
maxFeePerGas
문자열
로딩 중...
가스당 기본 수수료
문자열
로딩 중...
데이터
문자열
로딩 중...
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 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요