Skip to main content

Auth

POST 

https://api.fuse.io/api/v2/smart-wallets/auth

Authenticate user using signed data standard EIP-191

Request

Query Parameters

    apiKey string

    (Required) Your Public API key

    Example: {{publicKey}}

Body

    hash string
    signature string
    ownerAddress string
    smartWalletAddress string

Responses

Created

Schema
    jwt string
curl -L -X POST 'https://api.fuse.io/api/v2/smart-wallets/auth' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"hash": "0xdf6d23a8155755395ba2cf5ae9b18b5988f49aeb907f267525975832d544c88f",
"signature": "0xd773c543f1702629f0dfe2f788cc46a56bd504e1eb25bb26bdd4983d928440302f402cc3183c98814e6d467a00f969e238604a74cc5a3d2ec057d937ceec1ba71c",
"ownerAddress": "0x61Cda92886f6aA817587bd190D77fA08a14A1be1",
"smartWalletAddress": "0x5bbea139c1b1b32cf7b5c7fd1d1ff802de006117"
}'
Request Collapse all
Base URL
https://api.fuse.io/api/v2/smart-wallets
Parameters
— query
Body
{
  "hash": "0xdf6d23a8155755395ba2cf5ae9b18b5988f49aeb907f267525975832d544c88f",
  "signature": "0xd773c543f1702629f0dfe2f788cc46a56bd504e1eb25bb26bdd4983d928440302f402cc3183c98814e6d467a00f969e238604a74cc5a3d2ec057d937ceec1ba71c",
  "ownerAddress": "0x61Cda92886f6aA817587bd190D77fA08a14A1be1",
  "smartWalletAddress": "0x5bbea139c1b1b32cf7b5c7fd1d1ff802de006117"
}
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?