Skip to main content
PUT
Change Onchain Daily Limit with Signature

Authorizations

Authorization
string
header
required

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

Body

application/json
onchainDailyLimit
integer
required

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

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

2500

signature
string
required

The wallet signature authorizing this limit change.

Example:

"0x1234567890abcdef..."

Response

Successfully submitted the daily limit update request.

data
object
required