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

# Digital Asset Accounts API

> Open and manage stablecoin accounts and transfers for business customers.

Use the Digital Asset Accounts API to open accounts for your customers. Fund by
wire or crypto, check balances, and track transfers—all through one REST API.

<Warning>
  Digital Asset Accounts is a permissioned product. Contact your [Circle
  representative](mailto:sales@circle.com) to enable API access and get sandbox
  access before calling the API.
</Warning>

## Get started

<CardGroup cols={2}>
  <Card title="Digital Asset Accounts documentation" icon="book" href="/digital-asset-accounts">
    Learn how Digital Asset Accounts works.
  </Card>

  <Card title="Supported currencies and blockchains" icon="coins" href="/digital-asset-accounts/references/supported-currencies-and-blockchains">
    See which stablecoins and blockchains are supported.
  </Card>

  <Card title="End User Onboarding API" icon="user-plus" href="/api-reference/end-user-onboarding">
    Set up customers with Know Your Business (KYB) before opening accounts.
  </Card>
</CardGroup>

## Endpoint categories

<CardGroup cols={2}>
  <Card title="Accounts" icon="wallet" href="/api-reference/digital-asset-accounts/all/list-accounts">
    Create and retrieve customer accounts and sub-accounts.
  </Card>

  <Card title="Account groups" icon="layer-group" href="/api-reference/digital-asset-accounts/all/list-account-groups">
    Organize and manage groups of accounts.
  </Card>

  <Card title="Transfers" icon="arrow-right-arrow-left" href="/api-reference/digital-asset-accounts/all/list-account-transfers">
    Move funds between accounts in your program.
  </Card>

  <Card title="Transactions" icon="clock-rotate-left" href="/api-reference/digital-asset-accounts/all/list-account-transactions">
    View all transactions across account types.
  </Card>

  <Card title="Wires" icon="building-columns" href="/api-reference/digital-asset-accounts/all/list-wire-accounts">
    Link wire bank accounts for fiat funding.
  </Card>

  <Card title="Deposits" icon="arrow-down-to-line" href="/api-reference/digital-asset-accounts/all/list-account-deposits">
    Track incoming wire and crypto deposits.
  </Card>

  <Card title="Withdrawals" icon="arrow-up-from-line" href="/api-reference/digital-asset-accounts/all/list-account-withdrawals">
    Process withdrawals to bank accounts.
  </Card>

  <Card title="Deposit addresses" icon="address-card" href="/api-reference/digital-asset-accounts/all/list-account-deposit-addresses">
    Set up blockchain addresses to receive crypto.
  </Card>

  <Card title="Recipient addresses" icon="paper-plane" href="/api-reference/digital-asset-accounts/all/list-recipient-addresses">
    Manage external addresses for crypto sends.
  </Card>

  <Card title="ACH" icon="money-check" href="/api-reference/digital-asset-accounts/all/create-achaccount">
    Link ACH bank accounts for fiat deposits and withdrawals.
  </Card>
</CardGroup>
