Vaulta

app.1dex

Contract

The actions for this contract with their input parameters and potential response data.

  • Cancel a order

    Cancel a order

    Request Parameters
    trader subaccount
    pool_id uint64
    id uint64
    is_bid bool
  • Request Parameters
    trader subaccount
    order_ids order_id[]
  • Request Parameters
    pool_ids uint64[]
  • Place a limit order

    Place a limit order

    Request Parameters
    trader subaccount
    pool_id uint64
    cid string
    type uint8
    price uint64
    quantity asset
    is_bid bool
  • Place a market order

    Place a market order

    Request Parameters
    trader subaccount
    pool_id uint64
    cid string
    quantity asset
    is_bid bool
  • Request Parameters
    pool_id uint64
  • Request Parameters
    account name
    pool_id uint64
  • Request Parameters
    account name
  • Request Parameters
    claimer name
    fee_receiver name
  • Request Parameters
    evm_helper name
  • Set global transaction fee rate

    Set global transaction fee rate

    Request Parameters
    taker_fee_rate uint64
    maker_fee_rate uint64
  • Set the transaction fee rate for the specified pool

    Set the transaction fee rate for the specified pool

    Request Parameters
    pool_id uint64
    taker_fee_rate uint64
    maker_fee_rate uint64
  • Request Parameters
    account name
    pool_id uint64
    taker_fee_rate uint64
    maker_fee_rate uint64
  • Request Parameters
    account name
    taker_fee_rate uint64
    maker_fee_rate uint64