Vaulta

stats.sx

Contract

  • Table row type of gateway

    {
      "name": "gateway_row",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "last_modified",
          "type": "time_point_sec"
        },
        {
          "name": "transactions",
          "type": "uint64"
        },
        {
          "name": "ins",
          "type": "pair_symbol_code_B_pair_uint64_asset_E[]"
        },
        {
          "name": "outs",
          "type": "pair_symbol_code_B_pair_uint64_asset_E[]"
        },
        {
          "name": "exchanges",
          "type": "pair_name_uint64[]"
        },
        {
          "name": "savings",
          "type": "pair_symbol_code_asset[]"
        },
        {
          "name": "fees",
          "type": "pair_symbol_code_asset[]"
        }
      ]
    }