Sets a new onchain daily spending limit for the authenticated user’s Safe account. This endpoint requires a valid signature from the user’s wallet to authorize the change.
The signature should be generated by signing the transaction data obtained from
the /api/v1/accounts/onchain-daily-limit/transaction-data
endpoint.
The limit update is processed through a delay relay mechanism that executes after 3 minutes.
Note: The onchainDailyLimit must be an integer value between 1 and 8000.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully submitted the daily limit update request.
The response is of type object
.