| Name | Type | Required | Description | 
|---|---|---|---|
| id | string | Y | id generate by client | 
| event | string | Y | subscribe/unsubscribe | 
| topic | string | N | {symbol}@estfundingrate | 
{
   "id":"clientID11",
   "event":"subscribe",
   "success":true,
   "ts":1682242408023
}
{
   "topic":"PERP_ETH_USDC@estfundingrate",
   "ts":1682242440000,
   "data":{
      "symbol":"PERP_ETH_USDC",
      "fundingRate":0.00046875,
      "fundingTs":1682242440000
   }
}
{
    "id": "clientID11",
    "topic": "PERP_ETH_USDC@estfundingrate",
    "event": "subscribe"
}
| Name | Type | Required | Description | 
|---|---|---|---|
| id | string | Y | id generate by client | 
| event | string | Y | subscribe/unsubscribe | 
| topic | string | N | {symbol}@estfundingrate | 
{
   "id":"clientID11",
   "event":"subscribe",
   "success":true,
   "ts":1682242408023
}
{
   "topic":"PERP_ETH_USDC@estfundingrate",
   "ts":1682242440000,
   "data":{
      "symbol":"PERP_ETH_USDC",
      "fundingRate":0.00046875,
      "fundingTs":1682242440000
   }
}