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

# Get estimated wallet balance in NGN



## OpenAPI

````yaml /openapi.json get /wallet/estimated-balance
openapi: 3.0.0
info:
  title: LuminPay API
  description: Stablecoin merchant payments.
  version: '0.1'
  contact: {}
servers: []
security: []
tags: []
paths:
  /wallet/estimated-balance:
    get:
      tags:
        - Wallet
      summary: Get estimated wallet balance in NGN
      operationId: WalletController_getEstimatedBalance
      parameters: []
      responses:
        '200':
          description: ''

````