Wallets
Create Signature
Creates a new signature for signing messages or typed data.
API scope required: wallets:signatures.create
POST
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>
userId:<userId>:<walletType>
(white label user example)phoneNumber:<phoneNumber>:<walletType>
twitter:<handle>:<walletType>
x:<handle>:<walletType>
Body
application/json
Response
201 - application/json
Complete signature response including status, signing requirements, and wallet type specific data
ISO timestamp when the signature was created
Unique identifier for the signature
Type-specific signature parameters
Current status of the signature
Available options:
awaiting-approval
, pending
, failed
, success
The type of signature
Available options:
evm-message
, solana-message
, evm-typed-data
, aptos-message
, cardano-message
, sui-message
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
Was this page helpful?