# 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 %}
