GET
/
v1-alpha2
/
wallets
/
{walletLocator}
/
signers
/
{signer}

This is an alpha API and subject to change.

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

walletLocator
string
required

A wallet locator can be of the format:

  • <walletAddress>
  • email:<email>:<walletType>
  • userId:<userId>:<walletType>
  • phoneNumber:<phoneNumber>:<walletType>
signer
string
required

Response

200 - application/json

Complete delegated signer response including the signer and authorizations for each chain

type
enum<string>
required

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.

Available options:
evm-keypair,
evm-fireblocks-custodial
address
string
required

The recipient address for this transaction call

locator
string
required

The locator of the signer

expiresAt
number

The expiry date of the signer in ISO 8601 format

permissions
object[]

The permissions of the signer following ERC-7715

chains
object

Authorization status for each chain where the chain name is the key and the signature request is the value