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

# List deposits for the authenticated user



## OpenAPI

````yaml GET /v1/api/deposits
openapi: 3.0.0
info:
  title: EQXPay API
  description: >-
    EQX v2.5 staging API for admin, liquidity-provider, and integrator
    operations.
  version: 2.5.0
  contact: {}
servers: []
security: []
tags: []
paths:
  /v1/api/deposits:
    get:
      tags:
        - Deposits
      summary: List deposits for the authenticated user
      operationId: DepositsController_listDeposits
      parameters: []
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````