Signing API
JSON-RPC getKeys
error
error_description
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "getKeys" } EOF
{ "error": "<string>", "error_description": "<string>" }
Was this page helpful?