New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

1 min read

Method getblockheightbytxhash undefined ()
connect with WS protocol

getblockheightbytxhash

info-circle-fill

Fetch block height using given transaction hash.

Parameters

Hash - string

transaction hash

Request

wscat -c wss://ont.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{'Action': 'getblockheightbytxhash', 'Version': '1.0.0', 'Id': 1, 'Hash': '3cda442a7798762de71cdbff64d6e7b8728aa5dbfa74670e1bb6ee2f0d89fdb9'}

Response

{
    "Action": "getblockheightbytxhash",
    "Desc": "SUCCESS",
    "Error": 0,
    "Id": 1,
    "Result": 16241692,
    "Version": "1.0.0"
}
banner icon

Start Building with GetBlock RPCs for Free