Account Abstraction RPC
getFeeQuotes
Learn how to use the getFeeQuotes JSON-RPC method.
POST
Understanding getFeeQuotes
getFeeQuotes
returns an array of UserOperation objects and hashes derived from a standard transaction object. Each returned object corresponds to a specific gas Payment method. It takes:- Account config object:
name
- string.version
- string.ownerAddress
- string.biconomyApiKey
- (optional), string. It should only be used if you’d like to use a Biconomy Paymaster.
- An array of standard transaction objects.
- Account config object:
Query example
JSON
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Request to retrieve fee quotes for operations.
The body is of type object
.
Response
200 - application/json
Successful response with fee quotes.
The response is of type object
.