Retrieve Transaction Data for changing Daily Limit
Account Management
Retrieve Transaction Data for changing Daily Limit
deprecated
This endpoint is deprecated and will be removed in a future version.
Please use GET /api/v1/accounts/daily-limit/transaction-data instead.
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:
- Call this endpoint to get the transaction data
- Sign the transaction data with the user’s wallet
- Submit the signature to the PUT
/api/v1/accounts/onchain-daily-limitendpoint
Note: The onchainDailyLimit must be an integer value between 1 and 8000.
GET
Retrieve Transaction Data for changing Daily Limit
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The new daily spending limit to set (1-8000, must be an integer).
Pattern:
^[1-9][0-9]*$Response
Successfully retrieved transaction data for signing.