v1

latestOpenAPI 3.1.02026-07-2612501.4 MB

pathfinder_version

The version of the pathfinder node hosting this API.

📘

Note:


This method is only supported by the Pathfinder Extension API.

Please refer to the Starknet FAQ page for a correct endpoint or the complete list of supported methods in different API versions.

post/{apiKey}/rpc/pathfinder/v0.1

Path parameters

apiKeystring required
<HTMLBlock> For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>. </HTMLBlock>

Request body

idinteger
jsonrpcstring
methodstring

Response

The version call trace of the transaction designated by the given hash.

idinteger
jsonrpcstring
resultstring

A semver compatible version string

Example response

{
  "result": "v0.10.3",
  "id": 1,
  "jsonrpc": "2.0"
}