Sign EIP712 Txn

The "Sign EIP712 Transaction" functionality in the KrypC wallet-dev Service API allows users to securely sign transactions following the EthereumImprovement Proposal 712 (EIP-712) standard. This feature enhances transaction security and ensures compatibility with applications using EIP-712 for cryptographic signatures on the Ethereum blockchain.

API Specification

Sign EIP72 Txn API

POST https://api.krypcore.com/api/v0/devWallet/signEIP712Tx

To sign EIP72 Txn API under given instance.

Headers

Name
Type
Description

DappId*

String

DappId

Authorization*

String

User Auth key obtained

ChainId

String

ChainId

SubscriptionId

String

SubscriptionId

Request Body

Name
Type
Description

privateKey*

String

Private key

data*

String

Data

{
    "Data": "0x67d638cbbdfd0a0e8fe45789681c93c6dd6d44fa16907052d31acd41c6d3838e23de6a9c5d46e23d4c48a4fea53d902a57bcd802aa87b29308b002e46128833f1c",
    "Message": "Data signed successfully",
    "Status": "SUCCESS"
}

Take a look at how you might call this method using our official libraries, or via curl

Last updated

Was this helpful?