system_version - JSON-RPC Method
Description
Returns the client version string for the connected node.
Request Example
{ "jsonrpc": "2.0", "method": "system_version", "params": [], "id": 1 }
Code Example (HTTP)
curl -s https://api-acala.n.dwellir.com/YOUR_API_KEY \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"system_version","params":[]}'