List card transactions
Purchases and their lifecycle: authorized (real-time hold), settled (confirmed at clearing), reversed (annulled, funds returned to the same balance) and declined (with the reason: insufficient_funds, card_limit_exceeded, card_frozen…). spend_asset / spend_amount show which balance the purchase debited and how much in that asset; amount_usd / amount_usdt remain the USD reference value. When the operator configures a per-purchase fee (card_purchase_virtual / card_purchase_physical), fee_asset / fee_amount expose the fee (estimated while authorized, definitive once settled) and fee_refunded_amount appears once reversals or downward adjustments prorate a refund; without fee configuration the fee_* fields are omitted.
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Path Parameters
Query Parameters
x >= 1x <= 200authorized, settled, reversed, declined