address | string | On-chain address of the spending limit account |
settings_address | string | Address of the spending limit settings account |
main_account_address | string | Address of the main smart account this spending limit belongs to |
environment | string | Environment where the spending limit exists (sandbox or production) |
mint | string | Mint address of the token for this spending limit |
amount | number | Maximum amount that can be spent in the period |
period | number | Period type (0=one_time, 1=daily, 2=weekly, 3=monthly) |
remaining_amount | number | Remaining amount available in current period |
status | string | Current status of the spending limit |
last_reset | number | Unix timestamp of when the limit was last reset |
signers | string[] | Array of signer addresses authorized to use this spending limit |
destinations | string[] | Array of destination addresses where funds can be sent |
expiration | number | Unix timestamp when this spending limit expires (0 for no expiration) |
slot | number | Solana slot number when this spending limit was created or last modified |
block_time | string | Block timestamp when the spending limit was created or last modified |
last_modified_signature | string | Transaction signature of the last modification |