GET
/
2022-06-09
/
wallets
/
{walletLocator}
/
signers
/
{signer}

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>
  • userId:<userId>:<walletType> (white label user example)
  • phoneNumber:<phoneNumber>:<walletType>
  • twitter:<handle>:<walletType>
  • x:<handle>:<walletType>
signer
string
required

A signer locator that can be either a of format '<signerAddress>' for keypair type signers or '<signerType>:<signerIdentifier>'

Response

200 - application/json

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

address
string
required

The Ethereum address of the signer

locator
string
required

The locator of the signer

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
chains
object

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

expiresAt
number

The expiry date of the signer in ISO 8601 format

permissions
object[]

The permissions of the signer following ERC-7715