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
Input schema for creating a new signature. The parameters vary based on the signature type.
Input schema for creating a new signature. The parameters vary based on the signature type.
Input schema for creating a new signature. The parameters vary based on the signature type.
Input schema for creating a new signature. The parameters vary based on the signature type.
Response
201
application/json
The signature has been successfully created.
Complete signature response including status, signing requirements, and wallet type specific data