decred.org/dcrdex@v1.0.5/client/mm/sample-arb.json (about)

     1  {
     2      "botConfigs": [
     3          {
     4              "host": "127.0.0.1:17273",
     5              "baseID": 60,
     6              "quoteID": 0,
     7              "baseWalletOptions": {
     8                  "multisplit": "true"
     9              },
    10              "quoteWalletOptions": {
    11                  "multisplit": "true",
    12                  "multisplitbuffer": "5"
    13              },
    14              "cexCfg": {
    15                  "name": "Binance",
    16                  "autoRebalance": {
    17                      "minBaseAmt": 3000000000,
    18                      "minBaseTransfer" : 1000000000,
    19                      "minQuoteAmt": 20000000,
    20                      "minQuoteTransfer": 10000000
    21                  }
    22              },
    23              "rpcConfig": {
    24                  "alloc": {
    25                      "dex": {
    26                          "60": 1000000000,
    27                          "0": 10000000
    28                      },
    29                      "cex": {
    30                          "60": 1000000000,
    31                          "0": 10000000
    32                      }
    33                  }
    34              },
    35              "simpleArbConfig": {
    36                  "profitTrigger": 0.01,
    37                  "maxActiveArbs" : 5,
    38                  "numEpochsLeaveOpen": 10
    39              }
    40          }
    41      ],
    42      "cexConfigs": [
    43          {
    44              "name": "Binance",
    45              "apiKey": "",
    46              "apiSecret": ""
    47          }
    48      ]
    49  }