Vaulta

dex.velox

Contract

The data tables defined by this contract.

  • rows of app_fees

    Field Type
    pool_id uint64
    base_fee extended_asset
    quote_fee extended_asset
  • rows of app

    Field Type
    contract name
    taker_fee_rate uint64
    maker_fee_rate uint64
    status uint8
  • rows of order

    Field Type
    id uint64
    app name
    cid string
    trader subaccount
    price uint64
    quantity asset
    filled asset
    is_bid bool
    created_at time_point$
    updated_at time_point$
    app_fee_rate fee_rates$
    version uint32$
  • rows of order

    Field Type
    id uint64
    app name
    cid string
    trader subaccount
    price uint64
    quantity asset
    filled asset
    is_bid bool
    created_at time_point$
    updated_at time_point$
    app_fee_rate fee_rates$
    version uint32$
  • Field Type
    pool_id uint64
    base_fee extended_asset
    quote_fee extended_asset
  • rows of fund

    Field Type
    id uint64
    trader subaccount
    base asset
    quote asset
  • Field Type
    taker_fee_rate uint64
    maker_fee_rate uint64
    status uint8
  • Field Type
    next_bid_id uint64
    next_ask_id uint64