实时行情 websocket测试 GET https://www.lengqianbao.com/index.php/api/wallet/getmarket 说明 / 示例 ```language { "status": 1, "result": { "BTC": { "cny": 80897.67, "increase": -4.1 }, "XRP": { "cny": 1.99824, "increase": -7.81 }, "ETH": { "cny": 2821.272, "increase": -4.38 }, "USDT": { "cny": 6.91449, "increase": 0.01 }, "BCH": { "cny": 2031.843, "increase": -6.1 }, "LTC": { "cny": 419.249, "increase": -5.66 }, "EOS": { "cny": 23.35581, "increase": -8.81 }, "TRX": { "cny": 0.18345, "increase": -14.22 } } } ```
```language { "status": 1, "result": { "BTC": { "cny": 80897.67, "increase": -4.1 }, "XRP": { "cny": 1.99824, "increase": -7.81 }, "ETH": { "cny": 2821.272, "increase": -4.38 }, "USDT": { "cny": 6.91449, "increase": 0.01 }, "BCH": { "cny": 2031.843, "increase": -6.1 }, "LTC": { "cny": 419.249, "increase": -5.66 }, "EOS": { "cny": 23.35581, "increase": -8.81 }, "TRX": { "cny": 0.18345, "increase": -14.22 } } } ```