Vaulta

findexfindex

Contract

  • Table row type of pairs

    {
      "name": "pair",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "quote_id",
          "type": "uint64"
        },
        {
          "name": "base_id",
          "type": "uint64"
        },
        {
          "name": "price_precision",
          "type": "PRICE_PRECISION"
        },
        {
          "name": "minimum_volume",
          "type": "uint32"
        },
        {
          "name": "transaction_fee",
          "type": "uint32"
        }
      ]
    }