Bitcoin Forum

Economy => Web Wallets => Topic started by: Zabulus on February 03, 2023, 06:51:30 PM



Title: block.io alternative
Post by: Zabulus on February 03, 2023, 06:51:30 PM
Can someone recommend an alternative to block.io that has an API to send crypto?

All I need to do is send LTC to my users in VERY small amounts ($1-$5). Block.io was great, had an API.

Suddenly today my account was "locked" with no explanation.

Thank you in advance.


Title: Re: block.io alternative
Post by: bitmover on February 03, 2023, 08:08:17 PM
I know that blockchain.com has a similar service if your funds ade in their wallet.

As the amounts are very small, I don't think this is a problem. However,  this is not a secure wallet.

https://www.blockchain.com/explorer/api/blockchain_wallet_api


Title: Re: block.io alternative
Post by: RickDeckard on February 03, 2023, 09:55:32 PM
I may be wrong, but I think that the service that you're after is named "Wallet as a Service" (WaaS). According to CryptoAPIs[1] (which seem to offer what you're looking for):
Quote
Wallet as a Service (WaaS) is a highly secure and scalable crypto wallet infrastructure, offering flexible options for digital assets management for businesses and institutions of all sizes.
If this is the service you're referring to, besides the solution provided by bitmover, I also found another named Blockcypher[2].

[1]https://cryptoapis.io/products/wallet-as-a-service (https://cryptoapis.io/products/wallet-as-a-service)
[2]https://www.blockcypher.com/dev/bitcoin/#introduction (https://www.blockcypher.com/dev/bitcoin/#introduction)


Title: Re: block.io alternative
Post by: BitMaxz on February 03, 2023, 11:12:14 PM
If you don't mind I would like to ask what service you offer to your users why would you pay them?

Maybe BTCpayserver (https://btcpayserver.org/) can help you about paying your users the best thing about using BTCpayserver is that there is no 3rd party you can host this with your own machine unlike other wallets or services online they do have control of your wallets.

And how did you end up using block.io if you can do it manually with your wallet unless you want them to automate withdrawal in your own website where your users requesting for withdrawal or payout so BTCpayserver is the right choice for this and they do support LTC.


Title: Re: block.io alternative
Post by: Zabulus on February 04, 2023, 02:04:50 AM
Thanks for all the feedback.

I have an incentive based site, users do surveys and I pay them in crypto.


Title: Re: block.io alternative
Post by: OmegaStarScream on February 04, 2023, 07:46:58 AM
I know that blockchain.com has a similar service if your funds ade in their wallet.

As the amounts are very small, I don't think this is a problem. However,  this is not a secure wallet.

https://www.blockchain.com/explorer/api/blockchain_wallet_api

It looks like they haven't updated that for a long time because it doesn't look like you can use this for anything but BTC.


Title: Re: block.io alternative
Post by: bitmover on February 04, 2023, 11:47:23 AM
I know that blockchain.com has a similar service if your funds ade in their wallet.

As the amounts are very small, I don't think this is a problem. However,  this is not a secure wallet.

https://www.blockchain.com/explorer/api/blockchain_wallet_api

It looks like they haven't updated that for a long time because it doesn't look like you can use this for anything but BTC.

Imo LTC is becoming more unnecessary as time passes.
Bitcoin fees are quite reasonable and with lightning network there isn't any more a reason to use ltc. AFAIK.

It would be a good opportunity for op move to btc


Title: Re: block.io alternative
Post by: BitMaxz on February 04, 2023, 11:18:56 PM
Thanks for all the feedback.

I have an incentive-based site, users do surveys and I pay them in crypto.

So it is a CPA website?
What CMS do you use from your site?
Are you using WordPress?
BTCpay is the best option to this check the link below.

- https://docs.btcpayserver.org/PullPayments/

You don't need any 3rd party service it is safer and open-source than using APIs from other wallet. Check the documentation from the link above.


Title: Re: block.io alternative
Post by: NotATether on March 14, 2023, 07:53:19 AM
Use a programming language tool to generate a transaction from an offline wallet such as those from Electrum, Samourai, etc, and then use the Blockcypher API to broadcast those transactions.

It supports Bitcoin, ETH, Litecoin, Doge, and Dash. You didn't tell us which coins you need to support though, and it's rare to find transaction broadcasting services for niche altcoins.