Docs
reference
Sign Message with Account

Sign Message with Account

Sub-wallets for a given Sonr Identity.

Sign a Message

This endpoint allows you to perform an update on a group. Examples of updates are changing the name, description, and avatar or adding and removing contacts from the group.

Required attributes

  • Name
    message
    Type
    string
    Description

    The new name for the group.

Request

POST
/accounts/:address/sign
curl -X POST https://core.build/accounts/idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9/sign \
  -H "Authorization: Bearer {token}" \
  -d message="The finest in New York."
{
  "success": true,
  "account_address": "idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9",
  "message": "The finest in New York.",
  "signature": "MEUCI_Qdf5ZQZsa312c",
}