# getSubaccounts

**POST /getSubaccounts**<br>

{% tabs %}
{% tab title="Payload" %}

```json
{}
```

{% endtab %}

{% tab title="200 OK" %}

```json
[
   {
     "info": {
       "clientId": 0,
       "username": "string",
       "email": "string"},
     "status": "active",
     "createdAt": 0,
     "type": "maker"
  }
]
```

{% endtab %}

{% tab title="400 Bad request" %}

```json
{
  "error": 0
}
```

{% endtab %}
{% endtabs %}
