eth_supportedEntryPoints
Last updated
Last updated
Please refer to 1Balance & Relay to create a sponsorApiKey
.
Returns an array of EntryPoint
addresses supported by the bundler.
Target network chain identifier.
1Balance API key which covers transaction costs.
2.0
eth_supportedEntryPoints
POST /bundlers/{chainId}/rpc HTTP/1.1
Host: api.gelato.digital
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_supportedEntryPoints"
}
{
"id": 1,
"jsonrpc": "2.0",
"result": [
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
]
}