# Wallet Object

{% tabs %}
{% tab title="Details" %}

| **Field**                  | **Required** | **Type** | **Description**                                                                    |
| -------------------------- | ------------ | -------- | ---------------------------------------------------------------------------------- |
| nick\_name                 | Yes          | String   | Nickname for the wallet                                                            |
| funding\_source\_type      | In Response  | String   | Response Type of funding source. “WALLET”                                          |
| id                         | In Response  | String   | Unique wallet ID once a wallet is successfully created                             |
| user\_id                   | Yes          | UUID     | ID of the wallet user                                                              |
| balance.available\_balance | In Response  | String   | Balance available for transfer                                                     |
| balance.balance            | In Response  | String   | Total balance in the wallet including the transactions in transition               |
| verification\_status       | In Response  | String   | Verification status of wallet. Wallet in verified status can be used for transfers |
| annual\_limit              | In Response  | Numeric  | User's maximum annual transaction limit                                            |
| daily\_limit               | In Response  | Numeric  | User's maximum daily transaction limit                                             |
| monthly\_limit             | In Response  | Numeric  | User's maximum monthly transaction limit                                           |
| current\_tier              | In Response  | Numeric  | User tier level. Additional details on the tiers can be found on your spec sheet   |
| max\_wallet\_tier\_limit   | In Response  | Numeric  | Maximum amount the wallet can hold                                                 |

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paas.docs.machnetinc.com/api-references/funds/wallet-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
