| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Y | id generate by client |
| event | string | Y | subscribe/unsubscribe |
| topic | string | Y | account |
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"accountDetail": {
"marginMode": "SPOT_FUTURES",
"futuresLeverage": 10,
"takerFeeRate": 10,
"makerFeeRate": 10,
"futuresTakerFeeRate": 8,
"futuresMakerFeeRate": 4,
"rwaFuturesTakerFeeRate": 13.0,
"rwaFuturesMakerFeeRate": 12.0,
"maintenanceCancelFlag": false,
"symbolLeverage": {
"leverage": 20,
"symbol": "PERP_BTC_USDC"
}
}
}
{
"id": "clientID3",
"topic": "account",
"event": "subscribe"
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Y | id generate by client |
| event | string | Y | subscribe/unsubscribe |
| topic | string | Y | account |
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"accountDetail": {
"marginMode": "SPOT_FUTURES",
"futuresLeverage": 10,
"takerFeeRate": 10,
"makerFeeRate": 10,
"futuresTakerFeeRate": 8,
"futuresMakerFeeRate": 4,
"rwaFuturesTakerFeeRate": 13.0,
"rwaFuturesMakerFeeRate": 12.0,
"maintenanceCancelFlag": false,
"symbolLeverage": {
"leverage": 20,
"symbol": "PERP_BTC_USDC"
}
}
}