Author Topic: How to get what is my deposit address in bitshares for any coin?  (Read 2164 times)

0 Members and 1 Guest are viewing this topic.

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
As i look into the UI code to figure out how to get what is my deposit address for any coin i saw that
Code: [Select]
wallet.deposit_keys[exchange_name][index]
ok cool but in the documentation nowhere is mentioned about the deposit keys?

what are those deposit keys and how to get it like a normal rpc call or with the python lib?
Deposit keys are generated by gateways, so you need to call their APIs.
https://github.com/bitshares/bitshares-ui/wiki/Gateway-Integration-Requirements
BitShares committee member: abit
BitShares witness: in.abit

Offline TreantBG

As i look into the UI code to figure out how to get what is my deposit address for any coin i saw that
Code: [Select]
wallet.deposit_keys[exchange_name][index]
ok cool but in the documentation nowhere is mentioned about the deposit keys?

what are those deposit keys and how to get it like a normal rpc call or with the python lib?