cURL
curl --request POST \ --url https://api.gelato.digital/bundlers/{chainId}/rpc \ --header 'Content-Type: application/json' \ --data '{ "id": 123, "jsonrpc": "2.0", "method": "eth_chainId" }'
{ "id": 1, "jsonrpc": "2.0", "result": "1" }
Returns the chainId of the network the bundler is serving.
chainId
Target network chain identifier.
Gelato API key for higher rate limits. This must be provided if sponsoring off-chain via Gas Tank.
Successful response
The response is of type object.
object