Skip to main content

Generate SIWE Challenge for Login

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 string required

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

  • chainId number required

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

  • clientApplicationId string required

    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 url required

    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...