Query Sub-account Status
HTTP Request
- GET
/api/v3/broker/sub-account/status
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| subAccount | string | yes | subAccount name |
| timestamp | string | yes | timestamp |
| signature | string | yes | signature |
Response Parameters
| Name | Type | Description |
|---|---|---|
| status | string | 1:normal;2:freeze |
Response
{
"status": "1",
}