cURL
curl --request POST \ --url https://api.gelato.cloud/rpc/{chainId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "id": 1, "jsonrpc": "2.0", "method": "eth_supportedEntryPoints" } '
{ "id": 1, "jsonrpc": "2.0", "result": [ "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789" ] }
Returns an array of EntryPoint addresses supported by the bundler.
EntryPoint
Gelato API key for higher rate limits. This must be provided if sponsoring off-chain via Gas Tank.
Target network chain identifier.
Successful response
Array of supported EntryPoint addresses