GET /api/v2/tx-specific/{txid} - Blockbook REST API
Please note that this REST method requires the EVM Blockbook add-on enabled on your QuickNode endpoint.
Path Parameters
txid_specific
string
REQUIRED
Loading...
Returns
tx
object
Loading...
nonce
string
Loading...
gasPrice
string
Loading...
maxPriorityFeePerGas
string
Loading...
maxFeePerGas
string
Loading...
baseFeePerGas
string
Loading...
gas
string
Loading...
to
string
Loading...
value
string
Loading...
input
string
Loading...
hash
string
Loading...
blockNumber
string
Loading...
blockHash
string
Loading...
from
string
Loading...
transactionIndex
string
Loading...
receipt
object
Loading...
gasUsed
string
Loading...
status
string
Loading...
logs
array
Loading...
address
string
Loading...
topics
array
Loading...
data
string
Loading...
Request
1curl -X GET "https://docs-demo.quiknode.pro/tx-specific/0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.quiknode.pro/tx-specific/0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e" \2-H "Content-Type: application/json"
Response
1{2"tx": {3"nonce": "0x1592",4"gasPrice": "0x4abff88bc",5"maxPriorityFeePerGas": "0x0",6"maxFeePerGas": "0x4abff88bc",7"baseFeePerGas": "0x4abff88bc",8"gas": "0x48984",9"to": "0x0000001D0000F38CC10d0028474a9c180058B091",10"value": "0x3d448b6",11"input": "0x52c0f5ad62af6f001072c9162d6532b903d894fccffd802b0c83027587949af8b82b56bbd5ceceb046cd4e8901911d283c0bbf6d1b60728040a8",12"hash": "0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e",13"blockNumber": "0x121eac0",14"blockHash": "0xcf384012b91b081230cdf17a3f7dd370d8e67056058af6b272b3d54aa2714fac",15"from": "0x8eF57238Cd4178EEd96Cd30a13CBc7448925328e",16"transactionIndex": "0x0"17},18"receipt": {19"gasUsed": "0x32d10",20"status": "0x1",21"logs": [22{23"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",24"topics": [25"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",26"0x0000000000000000000000000000001d0000f38cc10d0028474a9c180058b091",27"0x000000000000000000000000f5ad62af6f001072c9162d6532b903d894fccffd"28],29"data": "0x00000000000000000000000000000000000000000000000003d448b600000000"30},31{32"address": "0xf25f6D80A743Fa1a6DBE33842177b2b2e38b1E49",33"topics": [34"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",35"0x000000000000000000000000f5ad62af6f001072c9162d6532b903d894fccffd",36"0x0000000000000000000000000000001d0000f38cc10d0028474a9c180058b091"37],38"data": "0x0000000000000000000000000000000000000000000000002b0c830200000000"39}40]41}42}
1{2"tx": {3"nonce": "0x1592",4"gasPrice": "0x4abff88bc",5"maxPriorityFeePerGas": "0x0",6"maxFeePerGas": "0x4abff88bc",7"baseFeePerGas": "0x4abff88bc",8"gas": "0x48984",9"to": "0x0000001D0000F38CC10d0028474a9c180058B091",10"value": "0x3d448b6",11"input": "0x52c0f5ad62af6f001072c9162d6532b903d894fccffd802b0c83027587949af8b82b56bbd5ceceb046cd4e8901911d283c0bbf6d1b60728040a8",12"hash": "0xc9ab90a1796613b0fbccb33827de583901d4c0775e89c0f25d604b7c3a71771e",13"blockNumber": "0x121eac0",14"blockHash": "0xcf384012b91b081230cdf17a3f7dd370d8e67056058af6b272b3d54aa2714fac",15"from": "0x8eF57238Cd4178EEd96Cd30a13CBc7448925328e",16"transactionIndex": "0x0"17},18"receipt": {19"gasUsed": "0x32d10",20"status": "0x1",21"logs": [22{23"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",24"topics": [25"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",26"0x0000000000000000000000000000001d0000f38cc10d0028474a9c180058b091",27"0x000000000000000000000000f5ad62af6f001072c9162d6532b903d894fccffd"28],29"data": "0x00000000000000000000000000000000000000000000000003d448b600000000"30},31{32"address": "0xf25f6D80A743Fa1a6DBE33842177b2b2e38b1E49",33"topics": [34"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",35"0x000000000000000000000000f5ad62af6f001072c9162d6532b903d894fccffd",36"0x0000000000000000000000000000001d0000f38cc10d0028474a9c180058b091"37],38"data": "0x0000000000000000000000000000000000000000000000002b0c830200000000"39}40]41}42}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free