Check wallet balance and status.
POST https://api.moolre.com/open/account/status
| Header Name | Type | Required | Description |
|---|---|---|---|
X-API-USER | string | Yes | Username |
X-API-KEY | string | Yes | Secret Key |
| Parameter | Type | Required | Description |
|---|---|---|---|
type | integer | Yes | Must be 1. |
accountnumber | string | Yes | Account number to check. |
Balance and status returned.
{
"status": 1,
"code": "ACC03",
"message": "Success",
"balance": "1000.00"
}