Skip to main content
POST

Parameters

chainId
string
default:"solana"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"getBlockHeight"
required
JSON-RPC method name.
params
object
default:[]
The parameters for method getBlockHeight: [config].Positional parameters for getBlockHeight:
  • params[]: Optional configuration object.

Returns

result
integer
Current block height of the node Example: 12345678.