v1

latestOpenAPI 3.1.02026-07-262771117.8 KB

Submit Gasless Transaction

Submits signed executions obtained from a gasless GET /getAction response for relay broadcast. The backend validates each signature, simulates the transactions, then broadcasts them via the configured relay provider.

Call this endpoint only when executionsType is GASLESS in the getAction response. Sign all items in the executions array in order before submitting.

post/submitTx

Request body

txIdstring required

The txId from the GET /getAction quote response. Used to correlate the signed executions with the original action on the relay.

chainIdinteger required

Chain ID. Find in the list of supported networks.

Response

Transaction accepted for relay broadcast

successboolean required

Whether the relay broadcast was accepted.

txIdstring

Internal transaction ID. Pass this to GET /getStatus to poll for completion — the status endpoint will return the on-chain transaction hash once the relay broadcast confirms.

errorstring

Error message when success is false.