POST
/
curl --request POST \
  --url https://polygon-bundler.etherspot.io/ \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123,
  "method": "<string>"
}'

Example values you use to demo the API:

{
  "id": 3,
  "method": "skandha_getGasPrice"
}

Example response:

{
  "id": 3,
  "result": {
    "maxPriorityFeePerGas": "0xaac11ce38",
    "maxFeePerGas": "0x1663d57dc4"
  }
}

Body

application/json
id
integer
method
string