bitaps-com / wallet-api-examples

Wallet API examples
6 stars 5 forks source link

No smart contracts in new style Api #1

Closed Globik closed 5 years ago

Globik commented 5 years ago

Is there any smart contract in new style API? I can't see this in docs on website. Any support of smart contracts in BTC?

4tochka commented 5 years ago

Smart contract in new API is modified Example with fixed amount curl -X POST \ https://api.bitaps.com/btc/v1/create/payment/address/distribution \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ -d '{ "forwarding_address_primary": "37P8thrtDXb6Di5E7f4FL3bpzum3fhUvT7", "forwarding_address_secondary":"194zMcwXswZtkMdpoX9BYDc4T4iGqW1G61", "forwarding_address_primary_share":"20000" }'

Example with percent

curl -X POST \ https://api.bitaps.com/btc/v1/create/payment/address/distribution \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ -d '{ "forwarding_address_primary": "37P8thrtDXb6Di5E7f4FL3bpzum3fhUvT7", "forwarding_address_secondary":"194zMcwXswZtkMdpoX9BYDc4T4iGqW1G61", "forwarding_address_primary_share":"10%" }'

It not yet implemented for LTC, ETH, BCH. Once it will be implemented we will add to docs.

Globik commented 5 years ago

@4tochka , thanx. Could be used the smart contract like that with testnet bitcoins?

4tochka commented 5 years ago

yes just use testnet endpoint