---
title: "Get SIWE (V1 Legacy)"
method: GET
path: "/v1/auth/api/siwe"
tags: ["Authentication"]
---

# Get SIWE (V1 Legacy)

`GET /v1/auth/api/siwe`

V1-compatible endpoint to get SIWE message. Routes to V2 if user is migrated.

## Query parameters

- `wallet` string
- `rise_id` string
- `impersonate` string

## Response `200`

Default Response

- object
  - `data` object, required
    - `wallet` string, required — The wallet address of the user.
    - `message` string, required — The SIWE message that the user needs to sign.

## Other responses

- `400` — Bad Request - Invalid parameters
- `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)
