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

# Account & Wallet

> Endpoints for managing main balance, deposits, withdrawals, codes, crypto lending, fees, and credit lines.

Manage the main account balance, deposits, withdrawals, transfers, WhiteBIT codes, crypto lending, fees, and credit lines.

For general API conventions (base URL, error format, rate limits), see the [API Reference Overview](/api-reference/overview).

***

## Main Balance & Transfers

<CardGroup cols={2}>
  <Card title="Main Balance" icon="wallet" href="/api-reference/account-wallet/main-balance">
    Get main account balance
  </Card>

  <Card title="Get Cryptocurrency Deposit Address" icon="bitcoin" href="/api-reference/account-wallet/get-cryptocurrency-deposit-address">
    Get deposit address for cryptocurrency
  </Card>

  <Card title="Get Fiat Deposit Address" icon="money-bill" href="/api-reference/account-wallet/get-fiat-deposit-address">
    Get deposit address for fiat currency
  </Card>

  <Card title="Issue JWT Token" icon="key" href="/api-reference/account-wallet/issue-jwt-token">
    Issue JWT token for authentication
  </Card>

  <Card title="Issue Card Token" icon="credit-card" href="/api-reference/account-wallet/issue-card-token">
    Issue card token for payments
  </Card>

  <Card title="Create Withdraw Request" icon="arrow-up-from-bracket" href="/api-reference/account-wallet/create-withdraw-request">
    Create a withdrawal request
  </Card>

  <Card title="Create Withdraw Request (Fee Not Included)" icon="money-bill-transfer" href="/api-reference/account-wallet/create-withdraw-request-with-specific-amount">
    Create withdrawal with specific amount (fee not included)
  </Card>

  <Card title="Transfer Between Balances" icon="arrow-right-arrow-left" href="/api-reference/account-wallet/transfer-between-balances">
    Transfer funds between balances
  </Card>

  <Card title="Get Deposit/Withdraw History" icon="clock-rotate-left" href="/api-reference/account-wallet/get-deposit-withdraw-history">
    Get deposit and withdrawal history
  </Card>

  <Card title="Create New Address for Deposit" icon="plus" href="/api-reference/account-wallet/create-new-address-for-deposit">
    Create a new deposit address
  </Card>
</CardGroup>

***

## Codes

<CardGroup cols={2}>
  <Card title="Create Code" icon="ticket" href="/api-reference/account-wallet/create-code">
    Create a new WhiteBIT code
  </Card>

  <Card title="Apply Code" icon="check" href="/api-reference/account-wallet/apply-code">
    Apply a WhiteBIT code
  </Card>

  <Card title="Get My Codes" icon="list" href="/api-reference/account-wallet/get-my-codes">
    Get created codes
  </Card>

  <Card title="Get Codes History" icon="history" href="/api-reference/account-wallet/get-codes-history">
    Get codes history
  </Card>
</CardGroup>

***

## Crypto Lending

### Fixed Plans

<CardGroup cols={2}>
  <Card title="Get Plans" icon="list-ul" href="/api-reference/account-wallet/get-plans">
    Get available fixed lending plans
  </Card>

  <Card title="Invest" icon="hand-holding-dollar" href="/api-reference/account-wallet/invest">
    Invest in a fixed plan
  </Card>

  <Card title="Close Investment" icon="circle-xmark" href="/api-reference/account-wallet/close-investment">
    Close a fixed investment
  </Card>

  <Card title="Get Investments History" icon="clock-rotate-left" href="/api-reference/account-wallet/get-investments-history">
    Get fixed investments history
  </Card>

  <Card title="Get Interest Payments History" icon="money-bill-trend-up" href="/api-reference/account-wallet/get-interest-payments-history">
    Get interest payments history
  </Card>
</CardGroup>

### Flex Plans

<CardGroup cols={2}>
  <Card title="Get Flex Plans" icon="list-ul" href="/api-reference/account-wallet/get-flex-plans">
    Get available flex lending plans
  </Card>

  <Card title="Get User Flex Investments" icon="user" href="/api-reference/account-wallet/get-user-flex-investments">
    Get flex investments
  </Card>

  <Card title="Get Flex Investment History" icon="clock-rotate-left" href="/api-reference/account-wallet/get-flex-investment-history">
    Get flex investment history
  </Card>

  <Card title="Get Flex Payment History" icon="receipt" href="/api-reference/account-wallet/get-flex-payment-history">
    Get flex payment history
  </Card>

  <Card title="Create Flex Investment" icon="plus" href="/api-reference/account-wallet/create-flex-investment">
    Create a new flex investment
  </Card>

  <Card title="Withdraw from Flex Investment" icon="arrow-up" href="/api-reference/account-wallet/withdraw-from-flex-investment">
    Withdraw from flex investment
  </Card>

  <Card title="Close Flex Investment" icon="circle-xmark" href="/api-reference/account-wallet/close-flex-investment">
    Close a flex investment
  </Card>

  <Card title="Update Flex Auto-Reinvestment" icon="rotate" href="/api-reference/account-wallet/update-flex-auto-reinvestment">
    Update flex auto-reinvestment settings
  </Card>
</CardGroup>

***

## Fees

<CardGroup cols={2}>
  <Card title="Get Fees" icon="percent" href="/api-reference/account-wallet/get-fees">
    Get trading fees information
  </Card>
</CardGroup>

***

## Credit Line

<CardGroup cols={2}>
  <Card title="List Credit Lines" icon="credit-card" href="/api-reference/account-wallet/list-credit-lines">
    Get list of credit lines
  </Card>
</CardGroup>
