curl --location --globoff 'https://endpoint-gateway.maxbit.com/sapi/v1/account/apiTradingStatus?timestamp=1718855898528&signature={{signature}}' \ --header 'X-MBX-APIKEY: {{maxbit-api-key}}' \ --header 'Content-Type: application/json'
{ "data": { "isLocked": false, "plannedRecoverTime": 0, "triggerCondition": { "GCR": 150, "IFER": 150, "UFR": 300 }, "indicators": { "BTC_THB": [ { "i": "UFR", "c": 20, "v": 0.05, "t": 0.99 } ] }, "updateTime": 1547630471725 } }