User API
JSON-RPC getMessageToSign
messageId
message
params
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "getMessageToSign", "params": { "params": { "messageId": "<string>" } } } EOF
{ "message": { "id": "<string>", "status": "<string>", "partyId": "<string>", "publicKey": "<string>", "message": "<string>", "createdAt": "<string>" } }