Minimum Threshold for Storage Node Operator Payouts

Bash on Linux would do it. Here is an example of what it gives on my side (executed Feb. 24th @ 12:24 UTC):

pac@xxxxxxxx:~$ curl -X POST -H 'Content-type: application/json'   -d '{
    "jsonrpc":"2.0",
    "id":1, "method": "get_tx_fee",
    "params": ["Withdraw", "0x80a52B7F26426d2b16578FC5f376c349F54772A7", "STORJ"]
    }'   https://api.zksync.io/jsrpc | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   319  100   173  100   146    161    136  0:00:01  0:00:01 --:--:--   298
{
  "jsonrpc": "2.0",
  "result": {
    "feeType": "Withdraw",
    "gasTxAmount": "52700",
    "gasPriceWei": "114500001459",
    "gasFee": "2822215694",
    "zkpFee": "1192017",
    "totalFee": "2820000000"
  },
  "id": 1
}