Skip to main content

pathfinder_version RPC Method

Return the version of the pathfinder node hosting this API.

Updated on
Mar 18, 2024

pathfinder_version RPC Method

Parameters

This method does not accept any parameters

Returns

result
string
The semantic versioning specification (Semver) of the pathfinder node hosting this API
Request
1
curl --location 'https://docs-demo.strk-mainnet.quiknode.pro/rpc/pathfinder/v0.1' \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '{
5
"id": 1,
6
"jsonrpc": "2.0",
7
"method": "pathfinder_version",
8
"params": []
9
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free