Returns the version of the Starknet JSON-RPC specification being used
None
String - The current Starknet JSON-RPC specification
// Request curl https://starknet.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"starknet_specVersion","params":[],"id":1}' // Result { "id": 1, "jsonrpc": "2.0", "result": "0.5.1" }
Last updated 6 months ago