Pre-computes MPC signing data for faster subsequent transaction signing. Each presignature can only be used once. You can have up to 100 active presignatures per client.
Presignatures currently only support the SECP256K1 curve (EVM, Bitcoin).
ED25519 (Solana) support is coming soon.
Client API Key or Client Session Token
The elliptic curve to use.
SECP256K1, ED25519 Request body for creating a presignature.
The JSON-serialized MPC share for the wallet.
Unix timestamp for when the presignature expires. Defaults to 7 days. Maximum 365 days.
Presignature created successfully