BTCMarkets / API

API
120 stars 30 forks source link

Transaction Address creation #50

Open ravivlb opened 7 years ago

ravivlb commented 7 years ago

We are planning to create a system, should get the user coin value and send to address.

Looking for address for each transaction.

Please help me how to achieve this using BTC Market API.

martin-nginio commented 7 years ago

Hi @ravivlb

Please can you elaborate a bit more on what you are looking to do with BTC Markets API.

This API allows you to place orders, trade, check your account detail and withdraw funds.

Thanks.

Regards, Martin

ravivlb commented 7 years ago

Hi @martin-nginio

We need to generate to address on each transaction instead of giving static to address.

Eg, if some one wants to send money to my wallet. I have to generate "To address" on each transfer.

Thanks Ravikumar.S

martin-nginio commented 7 years ago

I can confirm that we currently do not support multiple destination address hence the API also does not support this feature. If you have a specific case related to how you operate individually or as a business please can you contact our support desk and they should be able to help you further.

https://btcmarkets.net/support

Thanks.

Regards, Martin

mattwithoos commented 7 years ago

Not affiliated with BTCMarkets, but: @ravivlb You would handle this server-side. You would need to probably have a seperate server running the daemons for all coins you want to accept, and then create functions to interact with the daemons' CLI (e.g. generate address, check for transactions, check for confirmations, etc).