Sign a transaction or message by curve
Signs a raw hex digest using the specified elliptic curve.
The data field in the response is a hex string without the leading 0x.
Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client API Key or Client Session Token
Path Parameters
The elliptic curve to use.
SECP256K1, ED25519 Body
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 client-stored presign response. Omit for standard
(non-presigned) signing. Mutually exclusive with presignatureId.
The id value from a Portal-managed presign response. Omit for standard
(non-presigned) signing. Mutually exclusive with presignature.
The signing scheme to use. Defaults to cggmp.
cggmp, frost Response
Signed successfully
Response containing the signed data.
The signed data as a hex string.