POST
/
bundlers
/
{chainId}
/
rpc
curl --request POST \
  --url https://api.gelato.digital/bundlers/{chainId}/rpc \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_getUserOperationGasPrice"
}'
{
  "id": 1,
  "jsonrpc": "2.0",
  "result": {
    "maxPriorityFeePerGas": "0x59682f00",
    "maxFeePerGas": "0x1fbbcb8304"
  }
}

Path Parameters

chainId
number
required

Target network chain identifier.

Query Parameters

sponsorApiKey
string

1Balance API key which covers transaction costs.

Body

application/json

Response

200
application/json

Successful response

The response is of type object.