Skip to main content

Set onchain daily limit

PUT 

/api/v1/accounts/onchain-daily-limit

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 5000.

Request

Responses

Successfully submitted the daily limit update request.