Send Transaction

This Send Transaction using this method.

API Specification

Send Transaction

POST https://api.krypcore.com/api/v0/gasless/sendTransaction

Send Transaction under the given instance.

Headers

Name
Type
Description

Authorization*

String

User Auth key obtained

Request Body

Name
Type
Description

dAppId*

String

The Dapp ID associated with the application

chainId*

String

The Chain ID representing the blockchain network

request*

object

Request data obtained by using the "getTransactionPayload" method. It includes the necessary details for the transaction

signature*

String

EIP712 Signature generated for the transaction

{
  message: 'Tx submitted to network successfully',
  txHash: '0x041e9a6b96ba6fc93460a91e87d3794f2ad497e91532ffad131xxxxxxxxxxxx'
}

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

Last updated

Was this helpful?