Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>
email:<email>:<chainType>[:<walletType>]
(walletType defaults to 'smart')userId:<userId>:<chainType>[:<walletType>]
(white label user example)phoneNumber:<phoneNumber>:<chainType>[:<walletType>]
twitter:<handle>:<chainType>[:<walletType>]
x:<handle>:<chainType>[:<walletType>]
me:<chainType>[:<walletType>]
(Use when calling from the client side with a client API key)
Body
Parameters for creating a EVM delegated signer
Configuration for a WebAuthn/Passkey signer that uses public key credentials for authentication
{
"type": "passkey",
"id": "cWtP7gmZbd98HbKUuGXx5Q",
"name": "hgranger",
"publicKey": {
"x": "38035223810536273945556366218149112558607829411547667975304293530457502824247",
"y": "91117823763706733837104303008228095481082989039135234750508288790583476078729"
}
}
The chain where the signer will be registered
abstract
, apechain
, arbitrum
, arbitrumnova
, avalanche
, base
, bsc
, mantle
, mode
, optimism
, polygon
, scroll
, sei-pacific-1
, shape
, story
, world-chain
, zora
, abstract-testnet
, arbitrum-sepolia
, avalanche-fuji
, base-sepolia
, curtis
, ethereum-sepolia
, mantle-sepolia
, mode-sepolia
, optimism-sepolia
, polygon-amoy
, scroll-sepolia
, sei-atlantic-2-testnet
, story-testnet
, world-chain-sepolia
, zora-sepolia
The expiry date of the signer in ISO 8601 format
"2024-01-01T00:00:00.000Z"
Response
The delegated signer has been successfully created.
Complete delegated signer response including the signer and authorization transaction Response schema for a registered Passkey signer including validator contract details
Identifier for the Passkey signer type
passkey
Credential ID from the WebAuthn registration response
Human-readable name for the passkey
The public key coordinates from the WebAuthn credential
ERC-7579 webAuthn validator contract version
Unique identifier for locating this passkey signer
The transaction for the signer