sclass BitGet { S domain = "https://api.bitget.com"; S serverTime() { ret (S) loadJSONMapPage(domain + "/api/spot/v1/public/time").get("data"); } }