Signs a raw hex digest using the specified elliptic curve.
The data field in the response is a hex string without the leading 0x.
Client API Key or Client Session Token
The elliptic curve to use.
SECP256K1, ED25519 Request body for signing a raw hex digest by curve.
A hex string of the digest to sign without the leading 0x
(e.g. "7369676e2074686973").
The MPC share for the relevant curve.
The data value from a presign response. Omit for standard
(non-presigned) signing.
The signing scheme to use. Defaults to cggmp.
cggmp, frost Signed successfully
Response containing the signed data.
The signed data as a hex string.