Skip to main content
POST
Sign a message

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Body

application/json

Request to sign an arbitrary message with one of the wallet's keys

address
string
required

The Ark address to sign the message with

message
string
required

The message to sign

Response

Returns the signature over the message

A signature over a message

signature
string
required

The BIP-340 Schnorr signature over the message digest SHA256("bark/message" || message)