Last updated 1 year ago
Please refer to 1Balance & Relay to create a sponsorApiKey.
sponsorApiKey
Returns the chainId of the network the bundler is serving.
chainId
Target network chain identifier.
1Balance API key which covers transaction costs.
curl -L \ --request POST \ --url 'https://api.gelato.digital/bundlers/{chainId}/rpc?sponsorApiKey=text' \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "jsonrpc": "text", "method": "text" }'
{ "id": 1, "jsonrpc": "text", "result": "text" }