> ## 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.

# Deposits

## Getting a deposit address

* [`POST /ledger/subaccounts/{subAccountIdRef}/funding-address`](/api-reference/endpoints/stablecoin/create-subaccount-funding-address) —
  generate a crypto deposit address for a sub-account.
* [`GET /ledger/subaccounts/{subAccountIdRef}/funding-address`](/api-reference/endpoints/stablecoin/get-subaccount-funding-address) —
  fetch a sub-account's existing deposit address.

## Querying deposits

Deposits appear as `transaction_activity.crypto_deposit.*` activities. Query
them via [Transaction activities](/guides/product-features/transaction-activities/overview),
filtered to the relevant account or sub-account.

## Listening to deposit webhooks

Subscribe to `transaction_activity.crypto_deposit.*` to be notified the moment
a deposit is detected, confirmed, and credited — see
[Webhooks for Stablecoin Transactions](/guides/product-features/stablecoin/webhooks).
