v4

OpenAPI 3.0.32026-07-31490328.0 KB

post/execute

Headers

x-api-keystring required

Required API key for authentication. Contact the team for getting an API Key

Request body

executionKind'rawCalls' required

The kind of gasless transaction to execute. Currently supported: rawCalls

requestIdstring

The request ID of the gasless transaction to execute

Response

Transaction successfully queued for execution

messagestring
requestIdstring

Example response

{
  "message": "Transaction submitted",
  "requestId": "0xabc123..."
}