Ask the relayer to submit an ERC-20 approve() transaction on your behalf.
approve() transaction on your behalf. This is useful when you want the relayer to prime allowances before executing Safe calls.
https://relayer.forka.st/operations/approve with the standard L2 headers. The relayer signs and broadcasts the allowance transaction from its managed operator.| Field | Type | Required | Description |
|---|---|---|---|
token | string | Yes | ERC-20 token contract that will grant allowances. |
spender | string | Yes | Address that should be allowed to spend tokens. |
amount | string | Yes | Decimal string representing the allowance amount (use 2^256-1 for max). |
502 and include the upstream error string.POST /submit for user-owned approvals; this endpoint is strictly for custodial relayer operations.