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