Sets a new daily spending limit for the authenticated user’s Safe account.
The signature should be generated by signing the EIP-712 typed data obtained from
the /api/v1/accounts/daily-limit/transaction-data endpoint.
If using a smart wallet, the smartWalletAddress is required for ERC1271 signatures.
The limit update is processed through a delay relay mechanism that executes after 3 minutes.
Note: The newLimit must be an integer value between 1 and 8000.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The new daily spending limit to set (must be an integer).
1 <= x <= 80002500
The EIP-712 signature authorizing this limit change.
"0x1234567890abcdef..."
The message object containing transaction data and salt from the EIP-712 typed data.
Optional. If using a smart account, the address of the smart wallet to use for the limit change.
"0x1234567890abcdef1234567890abcdef12345678"
Successfully submitted the daily limit update request.
The created delayed transaction details.