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

# Changelog

> What's new in the Dexxify API.

<Update label="2026-09-17">
  **Deposit accounts renamed from wallets.** The `/wallets` resource is now `/deposit-accounts` — `WalletsController`/`Service`/`Module` are `DepositAccountsController`/`Service`/`Module`, and the `wallet_id` path/query parameter is now `deposit_account_id`. Update any integration still calling `/wallets`.

  **Full error response documentation.** Every endpoint now documents its actual success and error responses (`400`/`401`/`403`/`404`/`409`) in the [API Reference](/api-reference/deposit-account/get-all-deposit-accounts), matching what the API actually returns.
</Update>
