v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
IBAN

Get the message that needs to be signed for IBAN activation

Returns the standard message that users need to sign with their wallet to verify ownership for Monerium IBAN activation.

get/api/v1/ibans/signing-message

Response

Successfully retrieved the signing message

Example response

{
  "data": {
    "message": "I hereby declare that I am the address owner."
  }
}