Register Delegated Signer
Register a delegated key for a smart wallet with optional restrictions around permissions and expiry date.
API scope required: wallets.create
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<walletType>userId:<userId>:<walletType>userId:<userId>:<walletType>(white label user example)phoneNumber:<phoneNumber>:<walletType>twitter:<handle>:<walletType>x:<handle>:<walletType>
Body
- EVM
- Solana
Parameters for creating a EVM delegated signer
The locator of the delegated signer
The chain where the signer will be registered
base, polygon, optimism, arbitrum, mode, story, bsc, shape, ethereum-sepolia, base-sepolia, polygon-amoy, optimism-sepolia, arbitrum-sepolia, mode-sepolia, story-testnet The expiry date of the signer in milliseconds since UNIX epoch
The permissions of the signer following ERC-7715
Permission to transfer native tokens (e.g. ETH)
- Native Token Transfer
- ERC20 Transfer
- ERC721 Transfer
- ERC1155 Transfer
- Gas Limit
- Transaction Count Limit
- Rate Limit
Response
The delegated signer has been successfully added to the wallet.
- Delegated Signer Response
- Delegated Signer Response
Complete delegated signer response including the signer and authorizations for each chain
Specifies the type of EVM signer being used, describing the method of key management and transaction signing. evm-keypair indicates a signer using a locally managed keypair, suitable for non-custodial wallets. evm-fireblocks-custodial refers to a signer managed by Fireblocks, a custodial service provider.
evm-keypair, evm-fireblocks-custodial, evm-passkey The locator of the signer
The expiry date of the signer in ISO 8601 format
"2024-01-01T00:00:00.000Z"
The permissions of the signer following ERC-7715
Permission to transfer native tokens (e.g. ETH)
- Native Token Transfer
- ERC20 Transfer
- ERC721 Transfer
- ERC1155 Transfer
- Gas Limit
- Transaction Count Limit
- Rate Limit
Authorization status for each chain where the chain name is the key and the signature request is the value

