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

# Endpoint Categories

> Overview of available API endpoint categories

## Account Endpoints

Retrieve account information, balances, deposit locations, and external account details.

<CardGroup cols={2}>
  <Card title="Get Accounts" icon="building-columns" href="/api-reference/endpoint/get-accounts">
    Retrieve all customer accounts from financial providers.
  </Card>

  <Card title="Get Account Balance" icon="dollar-sign" href="/api-reference/endpoint/get-account-balance">
    Check current and available balances for specific accounts.
  </Card>

  <Card title="Get Deposit Locations" icon="location-dot" href="/api-reference/endpoint/get-deposit-locations">
    Find deposit locations for customer accounts.
  </Card>

  <Card title="Get External Accounts" icon="link" href="/api-reference/endpoint/get-external-account">
    Access external account information linked to customers.
  </Card>

  <Card title="Get Transactions" icon="clock-rotate-left" href="/api-reference/endpoint/get-transactions">
    Retrieve detailed transaction history with filtering options.
  </Card>
</CardGroup>

## Transaction Endpoints

Create wire transfers and account-to-account transfers.

<CardGroup cols={2}>
  <Card title="Create Wire Transfer" icon="money-bill-transfer" href="/api-reference/endpoint/create-wire">
    Submit wire transfer requests for customer withdrawals.
  </Card>

  <Card title="Create Transfer" icon="arrows-left-right" href="/api-reference/endpoint/create-transfer">
    Transfer money between customer accounts.
  </Card>
</CardGroup>
