curl "https://api.saturn-pay.com/v1/wallet/transactions?limit=20" \ -H "Authorization: Bearer sk_agt_..."
{ "transactions": [ { "id": "tx_abc123", "type": "charge", "amountUsdCents": 15, "amountSats": 45, "description": "reason (openai/gpt-4o)", "agentId": "agt_xyz789", "capability": "reason", "provider": "openai", "auditId": "aud_def456", "createdAt": "2024-01-20T14:30:00Z" }, { "id": "tx_def456", "type": "credit", "amountUsdCents": 1000, "amountSats": 30000, "description": "Card payment", "createdAt": "2024-01-20T10:00:00Z" } ], "total": 2, "limit": 50, "offset": 0 }
List all wallet transactions
charge
credit
refund
Show Transaction object