Author Topic: 0.4.9a可以增加bts保证金了。wallet_market_add_collateral  (Read 2350 times)

0 Members and 1 Guest are viewing this topic.

Offline chen76

  • Jr. Member
  • **
  • Posts: 26
    • View Profile
目前有bug,只能买bitusd cover,部分cover就够了

来自我的 HUAWEI P7-L00 上的 Tapatalk

原来如此啊,多谢。
my BTSX account: chen76

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
目前有bug,只能买bitusd cover,部分cover就够了

来自我的 HUAWEI P7-L00 上的 Tapatalk


Offline chen76

  • Jr. Member
  • **
  • Posts: 26
    • View Profile
求救,short头寸马上要被爆仓。
尝试使用 wallet_market_add_collateral <from_account_name> <short_id> <collateral_to_add>

但是自己的short头寸的short_id不知道,不能成功增加保证金。
请问如何查询自己的short头寸的short_id?


my BTSX account: chen76

Offline sudo

  • Hero Member
  • *****
  • Posts: 2255
    • View Profile
  • BitShares: ags
Code: [Select]
>> help wallet_market_add_collateral

Usage:
wallet_market_add_collateral <from_account_name> <short_id> <collateral_to_add>                       Add collateral to a short position
Add collateral to a short position

Parameters:
  from_account_name (account_name, required): the account that will provide funds for the ask
  short_id (address, required): the address of the order to recollateralize
  collateral_to_add (share_type, required): Amount of collateral to add

Returns:
  signed_transaction

aliases: recollateralize

GUI还没加入