Skip to main content
POST
supportedEntryPoints

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.

jsonrpc
string
default:2.0
required

Version of the JSON-RPC protocol, should be 2.0.

Example:

"2.0"

id
integer
default:1
required

The request identifier.

Example:

1

chainId
integer
required

The chain ID.

Example:

80001

method
enum<string>
required

API method being called.

Available options:
eth_supportedEntryPoints
params
any[]
required

No parameters are needed for this request.

Response

200 - application/json

Successful response with supported entry points.

jsonrpc
string
default:2.0
required

Version of the JSON-RPC protocol, should be 2.0.

Example:

"2.0"

id
integer
default:1
required

The request identifier.

Example:

1

chainId
integer
required

The chain ID.

Example:

80001

result
string[]
required

List of supported entry points.