Skandha (Bundler) API calls
skandha_feeHistory
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_feeHistory
Get bundler fee history
POST
/
object
*
id
integer
id
integer
method
string
method
string
params
array
params
array
Example values you use to demo the API:
{
"id": 3,
"method": "skandha_feeHistory",
"params": [
"0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789", "10", "latest"
]
}
Example response:
{
"id": 3,
"result": {
"actualGasPrice": [
"0xfbdf3621f",
"0xfbdf3621f",
"0xfbdf3621f"
],
"maxFeePerGas": [
"0x118b2ce6d2",
"0x115bdb995e",
"0x118b2ce6d2"
],
"maxPriorityFeePerGas": [
"0x861c46800",
"0x861c46800",
"0x861c46800"
]
}
}