Vaulta

swap.newdex

Contract

  • Table row type of pair

    {
      "name": "pair",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "sort",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "base_symbol",
          "type": "wrap_symbol"
        },
        {
          "name": "quote_symbol",
          "type": "wrap_symbol"
        },
        {
          "name": "base_quantity",
          "type": "asset"
        },
        {
          "name": "quote_quantity",
          "type": "asset"
        },
        {
          "name": "token",
          "type": "uint64"
        }
      ]
    }