Authorizations
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Headers
Specifies which Solana network to use. Defaults to 'mainnet' if not provided. Valid values are 'devnet' or 'mainnet'.
devnet
, mainnet
Body
The address of the Smart Account
The maximum amount in base units that can be spent within the specified period
The address of the token mint for which this spending limit applies
Defines the period for spending limits:
- ONE_TIME: Limit can only be used once
- DAY: Limit resets daily
- WEEK: Limit resets weekly
- MONTH: Limit resets monthly
ONE_TIME
, DAY
, WEEK
, MONTH
List of addresses that will sign this transaction
List of signer addresses that are authorized to use this spending limit
List of allowed recipient addresses. If empty, funds can be sent to any address