Get Wallet Information By User Id
GET /public/v1/wallets
Query Parameters
| Name | Type | Required | Rule | Description |
|---|---|---|---|---|
| user_id | string | Mandatory | length 8 | the unique ID of client |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| $currency | number | wallet balance( USD : balance ) |
Error
| Code | Type | Description |
|---|---|---|
400 | account_not_found | Cannot find user from user_id |