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>:<walletType>
userId:<userId>:<walletType>
phoneNumber:<phoneNumber>:<walletType>
Body
Input schema for creating a new signature. The parameters vary based on the signature type.
evm-message
Parameters for an EVM message signature
Response
Complete signature response including status, signing requirements, and wallet type specific data
Unique identifier for the signature
The type of signature
evm-message
, solana-message
, evm-typed-data
Current status of the signature
awaiting-approval
, pending
, failed
, success
Type-specific signature parameters
ISO timestamp when the transaction was created
Complete approval data including requirements, pending and submitted signatures
ISO timestamp when the transaction reached finality
Error message if the signature fails
The wallet's output signature of the request