Skip to main content
WEBHOOK
wallet.signature.signed
{
  "id": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "kind": "wallet.signature.signed",
  "data": {
    "signatureRequest": {
      "id": "<string>",
      "keyId": "<string>",
      "requester": {
        "userId": "<string>",
        "tokenId": "<string>"
      },
      "requestBody": {
        "kind": "Hash",
        "hash": "<string>",
        "taprootMerkleRoot": "<string>",
        "network": "Algorand",
        "blockchainKind": "Algorand",
        "externalId": "<string>"
      },
      "status": "Pending",
      "reason": "<string>",
      "signature": {
        "r": "<string>",
        "s": "<string>",
        "recid": 123,
        "encoded": "<string>"
      },
      "signatures": [
        {
          "r": "<string>",
          "s": "<string>",
          "recid": 123,
          "encoded": "<string>"
        }
      ],
      "signedData": "<string>",
      "network": "Algorand",
      "txHash": "<string>",
      "fee": "<string>",
      "approvalId": "<string>",
      "dateRequested": "<string>",
      "datePolicyResolved": "<string>",
      "dateSigned": "<string>",
      "dateConfirmed": "<string>",
      "externalId": "<string>"
    }
  },
  "retryOf": "<string>",
  "timestampSent": 123,
  "deliveryAttempt": 2
}

Body

application/json
id
string
required
date
string<date-time>
required
kind
enum<string>
required
Available options:
wallet.signature.signed
data
object
required
timestampSent
integer
required
deliveryAttempt
integer
required
Required range: x >= 1
retryOf
string

Response

200

Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.