Create Gas Request

This creates a Gas Request using this method.

API Specification

Create Gas Request

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

Creates a Gas Request under the given instance.

Headers

Name
Type
Description

Authorization*

String

User Auth key obtained

Request Body

Name
Type
Description

protocol*

String

ChainID representing the blockchain protocol

network*

String

The blockchain network for which the gas request is intended

chainId*

String

ChainID representing the blockchain protocol

requestedGasLimit*

String

Requested gas limit for the transaction (in ether)

additionalInformation*

String

Additional information related to the gas request

userId*

String

Dapp ID or user ID associated with the gas request

subscriptionId*

String

Subscription ID of user

{
    "data": null,
    "message": "Gas request created successfully",
    "status": true
}

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

Last updated

Was this helpful?