curl --request POST \
--url https://api.gelato.cloud/rpc \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "relayer_sendTransaction",
"params": {
"chainId": "137",
"payment": {
"type": "sponsored",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
},
"to": "0x55f3a93f544e01ce4378d25e927d7c493b863bd7",
"data": "0x29cb0f49...",
"context": "<string>",
"authorizationList": [
{
"address": "<string>",
"chainId": 123,
"nonce": 123,
"r": "<string>",
"s": "<string>",
"yParity": 123
}
]
}
}
'