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

# Balance

> Retrieves the merchant balance

## Response

<ResponseField name="success" type="boolean">
  Indicates whether the request was successful.
</ResponseField>

<ResponseField name="message" type="string">
  Human-readable response message.
</ResponseField>

<ResponseField name="balance.value" type="decimal">
  The balance value
</ResponseField>

<ResponseField name="balance.currence" type="string">
  The balance Currency
</ResponseField>
