GET
/
v2
/
auth
/
siwe
Get SIWE
curl --request GET \
  --url https://b2b-api.dev-riseworks.io/v2/auth/siwe
{
  "success": true,
  "data": {
    "siwe": "<string>"
  }
}

Query Parameters

wallet
string
required

Wallet address of the user.

riseid
string
required

RiseID of the user.

Response

200
application/json

Default Response

The response is of type object.