v1

latestOpenAPI 3.1.02026-07-17283353.4 KB
HTTPWalletJSON

Creates a signature

post/createSignature

Request body

seekPermissionboolean
datainteger[]
hashToDirectlySigninteger[]
keyIDstring
privilegedReasonstring
counterpartystring
privilegedboolean

Example request

{
  "data": [
    115,
    101,
    99,
    114,
    101,
    116,
    115
  ],
  "hashToDirectlySign": [],
  "protocolID": [
    0,
    "todo token"
  ],
  "keyID": "1",
  "privilegedReason": "I love to be secure",
  "counterparty": "anyone"
}

Response

The signature

signatureinteger[]