Skip to main content
POST
/
auth
Authenticate user
curl --request POST \
  --url https://api.fuse.io/api/v2/smart-wallets/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "hash": "<string>",
  "signature": "<string>",
  "ownerAddress": "<string>",
  "smartWalletAddress": "<string>"
}
'
{
  "jwt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apiKey
string
required

Your Public API key.

Body

application/json
hash
string
signature
string
ownerAddress
string
smartWalletAddress
string

Response

Created

jwt
string