Returns the transaction data that needs to be signed by the user’s wallet to set a new onchain daily limit. This endpoint is used as part of a three-step process:
/api/v1/accounts/onchain-daily-limit
endpointNote: 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.
The new daily spending limit to set (1-8000, must be an integer).
Successfully retrieved transaction data for signing.
The response is of type object
.