Skandha (Bundler) API calls
skandha_getGasPrice
Arka (Paymaster) API calls
- POSTpm_getERC20TokenQuotes
- POSTpm_sponsorUserOperation
- POST/checkWhitelist
- POST/checkWhitelist/v2
- POST/whitelist
- POST/whitelist/v2
- POST/removeWhitelist
- POST/removeWhitelist/v2
- POST/deposit
- POST/deposit/v2
- POST/tokenPaymasterAddress
- POST/getAllWhitelist/v2
- GET/metadata
- GET/metadata/v2
- POST/addPolicy
- DEL/deletePolicy/{id}
- PUT/updatePolicy
- PUT/enablePolicy/{id}
- PUT/disablePolicy/{id}
- GET/policy
- GET/policy/{id}
- GET/policy/walletAddress/{walletAddress}
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}
- GET/policy/walletAddress/{walletAddress}/latest
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}/latest
- GET/policy/walletAddress/{walletAddress}/chainId/{chainId}/latest
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}/latest
Skandha (Bundler) API calls
skandha_getGasPrice
Get gas price
POST
curl --request POST \
--url https://rpc.etherspot.io/v1/137/ \
--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"
}
}
Response
200
Successful operation
curl --request POST \
--url https://rpc.etherspot.io/v1/137/ \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"method": "<string>"
}'