Skip to main content
Transaction activities give you one unified endpoint to fetch everything that has happened on your account and its sub-accounts — deposits, payouts, transfers, and withdrawals — instead of querying each product’s endpoints separately. GET /ledger/transaction-activities returns activities across all types. Use GET /ledger/accounts/{accountId}/activities or GET /ledger/subaccounts/{subAccountIdRef}/activities to scope to a single account or sub-account, and the corresponding .../{activityId} endpoint to fetch one activity by ID. Continue to Breakdown of Activity Types and Data.