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
Take a look at how you might call this method using our official libraries, or via curl
Last updated
Was this helpful?