ONT
POST
GET
Last updated on January 1, 1970
1 min read
Method getblockheightbytxhash undefined ()
connect with WS protocol
getblockheightbytxhash
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"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }