POST
/
relays
/
v2
/
sponsored-call
curl --request POST \
  --url https://api.gelato.digital/relays/v2/sponsored-call \
  --header 'Content-Type: application/json' \
  --data '{
  "chainId": 123,
  "target": "<string>",
  "data": "<string>",
  "sponsorApiKey": "<string>",
  "gasLimit": "<string>",
  "retries": 123
}'
{
  "taskId": "<string>"
}

Body

application/json

Response

201
application/json

Successfully placed a sponsoredCall relay request

The response is of type object.