Skip to main content

ord_getCurrentBlockTime RPC Method - Ordinals & Runes API

Loading...

Updated on
Nov 12, 2025

ord_getCurrentBlockTime RPC Method - Ordinals & Runes API

Please note that this method requires the Ordinals & Runes API add-on enabled on your Quicknode endpoint.

Parameters

This method does not accept any parameters

Returns

result
string
Loading...
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getCurrentBlockTime",
5
"params": [],
6
"id": 1,
7
"jsonrpc": "2.0"
8
}'
Response
1
{
2
"id": 1,
3
"result": 1745797214,
4
"jsonrpc": "2.0"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free