Build Signature Request

Transforms a generic signature request into a blockchain-specific signature request with all necessary parameters populated for the target network.

Supported operations:

  • Plain Message signing
  • EIP-712 structured data signing
Body Params
string
enum

Controls the execution behavior of the signature request:

  • Omit field: Signature is executed immediately and completed in this request
  • SAVED: Creates a draft signature request with assigned UUID for later execution
  • READY: Prepares the signature request with assigned UUID, ready for immediate signing
Allowed:
string
enum
required

Must be 'EIP712' for structured data signatures

Allowed:
string
enum
required

The EVM-compatible blockchain network for EIP-712 signatures

uuid
required

The UUID of the wallet that will sign the message

data
object

The structured data to be signed, following EIP-712 format

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json