POST
/
bundlers
/
{chainId}
/
rpc
eth_supportedEntryPoints
curl --request POST \
  --url https://api.gelato.digital/bundlers/{chainId}/rpc \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_supportedEntryPoints"
}'
{
  "id": 1,
  "jsonrpc": "2.0",
  "result": [
    "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
  ]
}

Path Parameters

chainId
number
required

Target network chain identifier.

Query Parameters

apiKey
string

Gelato API key for higher rate limits. This must be provided if sponsoring off-chain via Gas Tank.

Body

application/json
id
number
default:1
jsonrpc
string
default:2.0
method
string
default:eth_supportedEntryPoints

Response

Successful response

id
number
default:1
jsonrpc
string
default:2.0
result
string[]

Array of supported EntryPoint addresses