cURL
curl --request POST \ --url https://api.relay.link/execute \ --header 'Content-Type: application/json' \ --data '{ "executionKind": "rawCalls", "data": {}, "executionOptions": { "referrer": "<string>", "subsidizeFees": true } }'
{ "message": "<string>", "requestId": "<string>" }
This API executes gasless transactions
Default Response
The response is of type object.
object