📜  钱包撤回 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:54.484000             🧑  作者: Mango

代码示例1
bfx = Client(
  API_KEY=API_KEY,
  API_SECRET=API_SECRET,
  logLevel='DEBUG'
)
response = await bfx.rest.submit_wallet_withdraw("exchange", "tetheruse", 5, "0xc5bbb852f82c24327693937d4012f496cff7eddf")
print ("Address: ", response.notify_info)