curl --request POST \
  --url https://testnet.walletkit.com/users/login-with-wallet \
  --header 'Content-Type: application/json' \
  --data '{
  "sign_in_wallet": "<string>"
}'
{
  "user_id": "<string>",
  "nonce": "<string>"
}

Headers

X-WalletKit-Project-ID
string
required

Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.

Body

application/json
sign_in_wallet
string
required

Response

200
application/json
user_id
string
required
nonce
string
required