v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Account Management

Retrieve Onchain Daily Limit

This endpoint is deprecated and will be removed in a future version. Please use GET /api/v1/accounts/daily-limit instead.

Retrieves the current onchain daily spending limit for the authenticated user's Safe account.

get/api/v1/accounts/onchain-daily-limit

Response

Successfully retrieved the current onchain daily limit.

Example response

{
  "data": {
    "onchainDailyLimit": 2500,
    "onchainDailyRemaining": 1000
  }
}