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

# Viewing via API

> Fetch and list your Collection Accounts programmatically

You can retrieve Collection Accounts (Virtual Accounts and Stablecoin Wallets) programmatically using the Tazapay API.

***

## List All Collection Accounts

Use the [List Collection Accounts API](/api-reference/tazapay-api/list-collection-accounts) to fetch all collection accounts associated with your Tazapay account. You can filter by account type, currency, status, or entity to narrow down the results.

## Get a Specific Collection Account

Use the [Get Collection Account API](/api-reference/tazapay-api/get-collection-account) to fetch the full details of a single collection account by its ID — including its identifiers (account number, IBAN, wallet address), status, and any active requests.

## Collection Account Object

For the full schema, see the [Collection Account Object](/api-reference/tazapay-api/global-collection-account-object).

***

## See Also

<CardGroup cols={1}>
  <Card title="Viewing via Dashboard" icon="browser" href="/collection-accounts/viewing-va/dashboard">
    View your collection accounts in the Tazapay dashboard.
  </Card>
</CardGroup>
