POST
/
v1
/
signs
curl --request POST \
  --url https://omnisafe.sandbox.ecrop.de/omni-safe/v1/signs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "SGVsbG8gV29ybGQh",
  "address": "0x...",
  "callbackUrl": "https://example.com/callback",
  "chainId": 1
}'
{
  "requestId": "a1b2c3d4-e5f6-7890-1234-567890abcdef"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

202
application/json
Signing request accepted.

The response is of type object.