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.
Path Parameters
txid
string
REQUIRED
Loading...
Returns
txid
string
Loading...
vin
array
Loading...
n
integer
Loading...
addresses
array
Loading...
isAddress
boolean
Loading...
vout
array
Loading...
value
string
Loading...
n
integer
Loading...
addresses
array
Loading...
isAddress
boolean
Loading...
blockHash
string
Loading...
blockHeight
integer
Loading...
confirmations
integer
Loading...
blockTime
integer
Loading...
value
string
Loading...
fees
string
Loading...
tokenTransfers
array
Loading...
type
string
Loading...
standard
string
Loading...
from
string
Loading...
to
string
Loading...
contract
string
Loading...
name
string
Loading...
symbol
string
Loading...
decimals
integer
Loading...
value
string
Loading...
ethereumSpecific
object
Loading...
status
integer
Loading...
nonce
integer
Loading...
gasLimit
integer
Loading...
gasUsed
integer
Loading...
gasPrice
string
Loading...
maxFeePerGas
string
Loading...
baseFeePerGas
string
Loading...
data
string
Loading...
parsedData
object
Loading...
methodId
string
Loading...
name
string
Loading...
addressAliases
object
Loading...
Type
string
Loading...
Alias
string
Loading...
Request
1curl -X GET "https://docs-demo.quiknode.pro/tx/0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.quiknode.pro/tx/0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e" \2-H "Content-Type: application/json"
Response
1{2"txid": "0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e",3"vin": [4{5"n": 0,6"addresses": [7"0x8eF57238Cd4178EEd96Cd30a13CBc7448925328e"8],9"isAddress": true10}11],12"vout": [13{14"value": "64243894",15"n": 0,16"addresses": [17"0x0000001D0000F38CC10d0028474a9c180058B091"18],19"isAddress": true20}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": true10}11],12"vout": [13{14"value": "64243894",15"n": 0,16"addresses": [17"0x0000001D0000F38CC10d0028474a9c180058B091"18],19"isAddress": true20}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}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free