Get current onchain daily limit
GET/api/v1/accounts/onchain-daily-limit
Retrieves the current onchain daily spending limit for the authenticated user's Safe account.
Responses
- 200
- 401
- 404
- 500
Successfully retrieved the current onchain daily limit.
Unauthorized - invalid or missing authentication token.
Safe account or token not found for the user.
Internal server error.