Skip to main content
PUT
Set new daily spending limit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
newLimit
integer
required

The new daily spending limit to set (must be an integer).

Required range: 1 <= x <= 8000
Example:

2500

signature
string
required

The EIP-712 signature authorizing this limit change.

Example:

"0x1234567890abcdef..."

message
object
required

The message object containing transaction data and salt from the EIP-712 typed data.

smartWalletAddress
string

Optional. If using a smart account, the address of the smart wallet to use for the limit change.

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Successfully submitted the daily limit update request.

data
object
required

The created delayed transaction details.