Get Transaction Payload
This get Transaction Payload using this method.
API Specification
Get Transaction Payload
POST
https://api.krypcore.com/api/v0/gasless/getTransactionPayload
Get Transaction Payload 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 |
userAddress* | String | Wallet address of the user initiating the transaction |
contractAddress* | String | Address of the contract that has been deployed and added to the whitelist |
contractAbi* | String | The ABI of the contract, providing information about its methods and data structures |
method* | String | The specific method of the contract for which the transaction payload is required |
args* | String | Additional arguments required for the specified contract method |
Take a look at how you might call this method using our official libraries, or via curl
Last updated