Get Delegated Signer
Retrieve details about a specific delegated signer by its locator.
API scope required: wallets.read
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>
A signer locator that can be either a of format '<signerAddress>' for keypair type signers or '<signerType>:<signerIdentifier>'
Response
Complete delegated signer response including the signer and authorizations for each chain
The Ethereum address of the signer
The locator of the signer
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
Authorization status for each chain where the chain name is the key and the signature request is the value
The expiry date of the signer in ISO 8601 format
The permissions of the signer following ERC-7715