Returns the daily spending limit configured on a card. amount is in the currency’s smallest unit — for USD that means cents (e.g. 1000 = 10,000.00). The card must belong to the authenticated user.
Documentation Index
Fetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Card limit retrieved successfully
Daily limit in the currency's smallest unit (e.g. cents for USD). Divide by 10^decimals to get the major-unit value. For USD (decimals=2): amount=1000 means $10.00, amount=1000000 means $10,000.00.
ISO-4217 currency code, e.g. USD.
Number of decimal places for this currency (e.g. 2 for USD).
Replication state of the limit. 'pending' immediately after an update, 'synced' once the change has been applied downstream, 'failed' if the change could not be applied after retries.
pending, synced, failed Last time this limit was modified.