> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onboard.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

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`](/api-reference/endpoints/transaction-activities/list-all)
returns activities across all types. Use
[`GET /ledger/accounts/{accountId}/activities`](/api-reference/endpoints/transaction-activities/account-activities)
or
[`GET /ledger/subaccounts/{subAccountIdRef}/activities`](/api-reference/endpoints/transaction-activities/subaccount-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](/guides/product-features/transaction-activities/activity-types).
