Sub-wallets for a given Sonr Identity.
This endpoint allows you to verify a message signed by an account.
message
The original message.
signature
The signature of the message.
curl -X POST https://core.build/accounts/idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9/verify \ -H "Authorization: Bearer {token}" \ -d message="The finest in New York." \ -d signature="MEUCI_Qdf5ZQZsa312c"
{
"verified": true,
"account_address": "idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9",
}