URL: /api/user/workers?coin={coin} METHOD: GET PARAMS: coin传入对应币种,例如BTC、LTC.... RESULT: { "lost": null || Number, // 失效数量 "offline": null || Number, // 离线数量 "online": null || Number // 在线数量 }
Last updated 2 months ago