---
title: "Get SIWE"
method: GET
path: "/v2/auth/siwe"
tags: ["B2B Authentication"]
---

# Get SIWE

`GET /v2/auth/siwe`

Retrieves a SIWE (Sign-In with Ethereum) message that can be used for authentication. This message is signed by the user to prove their identity.

## Query parameters

- `wallet` string, required
- `riseid` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `siwe` string, required — The SIWE message that the user needs to sign.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/revisions/6f6941749255/schema)
