Vaulta

btexexchange

Contract

  • Table row type of tokenpairs

    {
      "name": "token_pair",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "base_id",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "account_name"
        },
        {
          "name": "sym",
          "type": "uint64"
        },
        {
          "name": "sym_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint8"
        },
        {
          "name": "creator",
          "type": "account_name"
        },
        {
          "name": "create_time",
          "type": "uint64"
        },
        {
          "name": "pledge",
          "type": "asset"
        },
        {
          "name": "price",
          "type": "float64"
        },
        {
          "name": "open_price",
          "type": "float64"
        },
        {
          "name": "open_date",
          "type": "uint64"
        }
      ]
    }