Create Signature
Creates a new signature for signing messages or typed data.
API scope required: wallets:signatures.create
Headers
API key required for authentication
Unique key to prevent duplicate signature creation
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<chainType>[:<walletType>][:alias:<alias>](walletType defaults to 'smart')userId:<userId>:<chainType>[:<walletType>][:alias:<alias>](white label user example)phoneNumber:<phoneNumber>:<chainType>[:<walletType>][:alias:<alias>]twitter:<handle>:<chainType>[:<walletType>][:alias:<alias>]x:<handle>:<chainType>[:<walletType>][:alias:<alias>]me:<chainType>[:<walletType>][:alias:<alias>](Use when calling from the client side with a client API key)chainType[:<walletType>]:alias:<alias>
Body
Response
The signature has been successfully created.
Complete approval data including requirements, pending and submitted signatures
The blockchain type of the wallet
aptos, evm, solana, stellar, sui ISO timestamp when the signature was created
Unique identifier for the signature
Type-specific signature parameters
- Auth entries signature parameters
- Message signature parameters
- Typed data signature parameters
Current status of the signature
awaiting-approval, failed, pending, success The type of signature
auth-entries, message, typed-data The wallet type (smart or mpc)
mpc, smart ISO timestamp when the transaction reached finality
Error message if the signature fails
The wallet's output signature of the request

