atomicDEX-API icon indicating copy to clipboard operation
atomicDEX-API copied to clipboard

ask with volume < 0.00777 possible in BTC-segwit

Open cipig opened this issue 2 years ago • 1 comments

BTC/KMD orderbook has an ask with volume 0.00094428, which should not be there because it's lower then 0.00777:

      {
        "coin": "BTC",
        "address": {
          "address_type": "Transparent",
          "address_data": "bc1qnc432a4e2hqsphgsrc6q7uxsq4y754g5qv384s"
        },
        "price": {
          "decimal": "132876.3740053050397877984084880636604774535809018567639257294429708222811671087533156498673740053050"
        },
        "pubkey": "027d3c3333163f4499b8d01bb8d9243b1d773af9b3d6cbd08541777f2a87d62fe6",
        "uuid": "d84ed287-749a-4628-a971-5b55fc5cac2a",
        "is_mine": false,
        "base_max_volume": {
          "decimal": "0.00094428"
        },
        "base_min_volume": {
          "decimal": "0.0008483983427047414268499071343174075390034170091650776165707806859741767906040901623461132666085004763"
        },
        "rel_max_volume": {
          "decimal": "125.4725024457294429708222811671087533156498673740053050397877984084880636604774535809018567639257294"
        },
        "rel_min_volume": {
          "decimal": "112.7320954907161803713527851458885941644562334217506631299734748010610079575596816976127320954907162"
        },
        "conf_settings": {
          "base_confs": 2,
          "base_nota": false,
          "rel_confs": 2,
          "rel_nota": false
        },
        "base_max_volume_aggr": {
          "decimal": "0.00094428"
        },
        "rel_max_volume_aggr": {
          "decimal": "125.4725024457294429708222811671087533156498673740053050397877984084880636604774535809018567639257294"
        }
      }

also https://dexstats.info/gui/index.php?base=BTC&rel=KMD

the order is from someone who uses BTC-segwit and it can't be filled

cipig avatar Aug 11 '23 13:08 cipig

Thanks for the issue. Will fix it next week.

shamardy avatar Aug 11 '23 14:08 shamardy