Smart accounts with passkey as primary signer
Last updated 4 months ago
POST /v3/webauthn/transaction/generate-options HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 158 { "username": "user@example.com", "transactionDetails": [ { "encodedData": "0x...", "targetContractAddress": "0x...", "value": "1000000000000000000" } ], "network": "42161" }
Transaction options generated successfully
No content
The username of the user verifying the transaction
POST /v3/webauthn/transaction/verify?username=text HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 2 {}
Transaction verified successfully