Trial bonus notification
Sample
{
"channel": "push.personal.bonus",
"data": {
"c": "USDT",
"b": 100.0,
"be": 1763539200000,
"g": true,
"ret": 1763539200000,
"rea": 100.0
},
"ts": 1760942212000
}
channel = push.personal.bonus
Response fields:
| Field | Type | Description |
|---|---|---|
| c | string | Currency |
| b | decimal | Trial bonus amount |
| be | long | Trial bonus expiry time |
| g | boolean | Whether trial bonus granted |
| ret | long | Most recent expiry time |
| rea | decimal | Most recent expiring amount |