Skip to main content

Initiate SIWE Login

POST 

/siwe/generate-challenge

Generating the SIWE challenge is the first step in the process of getting the authentication token.

For detailed information on scopes, see the Authentication Guide.

Request

Body

required

    walletAddress stringrequired

    The address of the signing wallet or the smart contract that implements ERC-1271

    chainId numberrequired

    Chain ID (see https://chainlist.org/)

    clientApplicationId stringrequired

    ID of the client application created in an Immersve partner profile

    scopes string[]required

    Possible values: [cardholder-partner]

    An array of authorization scopes requested by the client application

    url urlrequired

    Domain in the "<domain> wants you to sign in.." of the EIP-4361 is derived from the host fragment of this parameter. The client application identified by clientApplicationId must allow this URL.

Responses

Challenge to be signed in EIP-4361 format. (Quick start signing)

Schema

    any

Loading...