#334: 1Balance-update
Change request updated 1 year ago
Last updated 1 year ago
Please refer to to create a sponsorApiKey.
sponsorApiKey
Returns an array of EntryPoint addresses supported by the bundler.
EntryPoint
Target network chain identifier.
Successful response
Array of supported EntryPoint addresses
const response = await fetch('https://api.gelato.digital//bundlers/{chainId}/rpc?sponsorApiKey=text', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": 1, "jsonrpc": "2.0", "result": [ "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789" ] }