Query Sub-account Status
request
get /api/v3/broker/sub-account/status?subAccount=subAccountName×tamp={{timestamp}}&signature={{signature}}
response
{
"status": "1",
}
Http Request:
- GET
/api/v3/broker/sub-account/status
Request Parameter:
| Name | Type | Mandatory | Description |
|---|---|---|---|
| subAccount | string | yes | subAccount name |
| timestamp | string | yes | timestamp |
| signature | string | yes | signature |
Response Parameter:
| Name | Type | Description |
|---|---|---|
| status | string | 1:normal;2:freeze |