Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The new daily spending limit to set (must be an integer).
1 <= x <= 8000
2500
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"
Response
Successfully submitted the daily limit update request.
The created delayed transaction details.