Submit a signed Safe multisend payload returned by /swap/usdc-e/build.
POST /swap/usdc-e/build. The relayer verifies the Safe owner, validates the multisend target, and broadcasts the transaction on-chain.
https://relayer.kuest.com/swap/usdc-e/submit with the standard L2 headers. The payload mirrors POST /submit but is restricted to SAFE operations targeting the Safe multisend contract.POST /submit. Use the transaction and nonce from the build response, and copy the build signatureParams into the request.
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Must be SAFE. |
from | string | Yes | Safe owner address (must match KUEST_ADDRESS). |
to | string | Yes | Must match the Safe multisend contract returned by the build endpoint. |
proxyWallet | string | Yes | Safe proxy executing the swap. |
data | string | Yes | Multisend calldata from the build response. |
nonce | string | Yes | Safe nonce from the build response. |
value | string | No | Always 0. |
signature | string | Yes | Packed Safe signature over the typed data hash. |
signatureParams | object | Yes | Signature metadata from the build response. |
metadata | string | No | Optional label (e.g. swap_usdc_e). |
409 and you must rebuild.Signed SAFE payload executed immediately by relayer operations.
SAFE Safe owner submitting the request.
Contract to execute.
Existing Safe proxy address.