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

# Fetch Balance

> Error codes for GET /v3/balance

### GET v3/balance

| Code  | Message                                                                    | HTTP Status |
| ----- | -------------------------------------------------------------------------- | ----------- |
| 40000 | Field is required and must be valid xid type with prefix 'acc\_'           | 400         |
| 40007 | Field is required and must be one of mp\_dashboard, ops\_dashboard or api. | 400         |
| 40015 | Primary currency cannot be a non-fiat currency                             | 400         |

#### Internal Service Errors

| Code | Message                              | HTTP Status |
| ---- | ------------------------------------ | ----------- |
| 4000 | Invalid from currency provided       | 400         |
| 4001 | Invalid to currency provided         | 400         |
| 4004 | Invalid FX config provided           | 400         |
| 4005 | Invalid FX type provided             | 400         |
| 4006 | Invalid account\_id provided         | 400         |
| 4009 | Invalid collection currency provided | 400         |
| 4010 | Invalid customer country provided    | 400         |
| 4303 | Base rate not found                  | 404         |
| 4308 | Live base rate not found             | 404         |
