---
title: "Get the message that needs to be signed for IBAN activation"
method: GET
path: "/api/v1/ibans/signing-message"
tags: ["IBAN"]
---

# Get the message that needs to be signed for IBAN activation

`GET /api/v1/ibans/signing-message`

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

## Response `200`

Successfully retrieved the signing message

- object
  - `data` object
    - `message` string

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
