Skip to main content
POST
/
recovery-cases
Create a signed recovery case
curl --request POST \
  --url https://api.jurat.io/api/v1/recovery-cases \
  --header 'Content-Type: application/json' \
  --data '
{
  "rec": {
    "lostAccount": "<string>",
    "recoveryAccount": "<string>",
    "chainId": 123,
    "email": "<string>"
  },
  "txs": [
    {
      "dest": "<string>",
      "value": "<string>",
      "data": "<string>"
    }
  ],
  "sig": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.jurat.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
rec
object
required
txs
object[]
required
Minimum array length: 1
sig
string
required

Response

200

Created case