Bundler RPC
supportedEntryPoints
Learn how to use the supportedEntryPoints JSON-RPC method.
POST
Contextualizing supportEntryPoints
supportEntryPoints
returns a list of EntryPoint addresses supported by the Particle Bundler. It takes no parameters.
At the moment, only
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
is supported due to it being the flagship EntryPoint contract for ERC-4337.Query example
JSON
Body
application/json
Request to retrieve supported entry points for Ethereum.
The body is of type object
.
Response
200 - application/json
Successful response with supported entry points.
The response is of type object
.