Skandha (Bundler) API calls
skandha_getGasPrice
Arka (Paymaster) API calls
- POSTpm_sponsorUserOperation
- POST/checkWhitelist
- POST/checkWhitelist/v2
- POST/whitelist
- POST/whitelist/v2
- POST/removeWhitelist
- POST/removeWhitelist/v2
- POST/deposit
- POST/deposit/v2
- POST/pimlicoAddress
- POST/getAllWhitelist/v2
- GET/metadata
- POST/add-policy
- DEL/delete-policy/{id}
- PUT/update-policy
- PUT/enable-policy/{id}
- PUT/disable-policy/{id}
- GET/policy
- GET/policy/{id}
- GET/policy/wallet-address/{walletAddress}
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/chain-id/{chainId}
- GET/policy/wallet-address/{walletAddress}/latest
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/latest
- GET/policy/wallet-address/{walletAddress}/chain-id/{chainId}/latest
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/chain-id/{chainId}/latest
Skandha (Bundler) API calls
skandha_getGasPrice
Get gas price
POST
/
object
*
id
integer
id
integer
method
string
method
string
Copy
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:
Copy
{
"id": 3,
"method": "skandha_getGasPrice"
}
Example response:
Copy
{
"id": 3,
"result": {
"maxPriorityFeePerGas": "0xaac11ce38",
"maxFeePerGas": "0x1663d57dc4"
}
}
Copy
curl --request POST \
--url https://polygon-bundler.etherspot.io/ \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"method": "<string>"
}'