Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" }
Authenticate user using signed data standard EIP-191.
Your Public API key.
Created