Pages:
Author

Topic: List of Bitcoin blockchain APIs - page 2. (Read 8124 times)

legendary
Activity: 1492
Merit: 1021
July 08, 2015, 07:46:32 AM
#54
what exactly do these limits at BlockTrail mean?

Code:
1 request per second
86,400 requests per day
Burst Capabilities
2 per second
Dedicated Email Support
We're here to help!

Does it mean, that my application is only allowed to check for one transaction in one second?

Assumed i have an online shop, and 4 customers send 4 payments at the same time, then i will be able to check only for the confirmation of one payment out of 4 at once?

What are the costs for the "Pro" package?

No. You can only make one request per second. Please check their page for knowing the rates.

well but thats the point, what is meant by "request"?

A request is a http request, that means, a single call to their API per second. Your example might still work if they allow to check multiple addresses etc in a single request. But yes, most likely you'll need the pro package.



It's maybe worth mentioning here that BlockTrail now implements a 'Fair Use Policy' - so it's totally FREE





https://www.blocktrail.com/pricing

hero member
Activity: 517
Merit: 501
April 17, 2015, 03:19:38 PM
#53

Just discovered https://github.com/bitpay/bitcore-node, which seems to be a more focused successor of BitPay's insight API using their "bitcore" API (http://bitcore.io/guide/). Looks pretty nice, if you're aiming at self-hosting!

Wow. It looks great. I got my node blockchain up to date so it might be a good time to try this one out. Thanks for it!

Seems like a total memory muncher, though. Always crashed on my machine due to low memory, but I was running insight in parallel  Roll Eyes

Still wondering why anyone would do a database in nodejs...

Would love to see a list of differences for bitcore-node vs. insight, for now it seems a bit like a copy.
hero member
Activity: 910
Merit: 1000
April 17, 2015, 05:58:05 AM
#52

Just discovered https://github.com/bitpay/bitcore-node, which seems to be a more focused successor of BitPay's insight API using their "bitcore" API (http://bitcore.io/guide/). Looks pretty nice, if you're aiming at self-hosting!

Wow. It looks great. I got my node blockchain up to date so it might be a good time to try this one out. Thanks for it!
hero member
Activity: 517
Merit: 501
April 16, 2015, 03:36:42 PM
#51

Just discovered https://github.com/bitpay/bitcore-node, which seems to be a more focused successor of BitPay's insight API using their "bitcore" API (http://bitcore.io/guide/). Looks pretty nice, if you're aiming at self-hosting!
hero member
Activity: 517
Merit: 501
April 01, 2015, 05:34:30 AM
#50
Added block.io, a high-level wallet provider that supports multisig
hero member
Activity: 517
Merit: 501
March 15, 2015, 01:56:35 PM
#49
BTW, Hello block is not available anymore. Unfortunately, because they were the only ones apart from Toshi that passed my list-of-unspents test. :\

I removed them from the list.
hero member
Activity: 517
Merit: 501
March 15, 2015, 01:55:17 PM
#48
what exactly do these limits at BlockTrail mean?

Code:
1 request per second
86,400 requests per day
Burst Capabilities
2 per second
Dedicated Email Support
We're here to help!

Does it mean, that my application is only allowed to check for one transaction in one second?

Assumed i have an online shop, and 4 customers send 4 payments at the same time, then i will be able to check only for the confirmation of one payment out of 4 at once?

What are the costs for the "Pro" package?

No. You can only make one request per second. Please check their page for knowing the rates.

well but thats the point, what is meant by "request"?

A request is a http request, that means, a single call to their API per second. Your example might still work if they allow to check multiple addresses etc in a single request. But yes, most likely you'll need the pro package.
member
Activity: 119
Merit: 10
March 15, 2015, 07:25:25 AM
#47
what exactly do these limits at BlockTrail mean?

Code:
1 request per second
86,400 requests per day
Burst Capabilities
2 per second
Dedicated Email Support
We're here to help!

Does it mean, that my application is only allowed to check for one transaction in one second?

Assumed i have an online shop, and 4 customers send 4 payments at the same time, then i will be able to check only for the confirmation of one payment out of 4 at once?

What are the costs for the "Pro" package?

No. You can only make one request per second. Please check their page for knowing the rates.

well but thats the point, what is meant by "request"?
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
March 15, 2015, 07:11:58 AM
#46
what exactly do these limits at BlockTrail mean?

Code:
1 request per second
86,400 requests per day
Burst Capabilities
2 per second
Dedicated Email Support
We're here to help!

Does it mean, that my application is only allowed to check for one transaction in one second?

Assumed i have an online shop, and 4 customers send 4 payments at the same time, then i will be able to check only for the confirmation of one payment out of 4 at once?

What are the costs for the "Pro" package?

No. You can only make one request per second. Please check their page for knowing the rates.
member
Activity: 119
Merit: 10
March 15, 2015, 05:46:55 AM
#45
what exactly do these limits at BlockTrail mean?

Code:
1 request per second
86,400 requests per day
Burst Capabilities
2 per second
Dedicated Email Support
We're here to help!

Does it mean, that my application is only allowed to check for one transaction in one second?

Assumed i have an online shop, and 4 customers send 4 payments at the same time, then i will be able to check only for the confirmation of one payment out of 4 at once?

What are the costs for the "Pro" package?
hero member
Activity: 910
Merit: 1000
March 04, 2015, 04:52:21 PM
#44
Why isn't BlockTrail under "High-level wallet APIs"? They have a wallet function and everything Blockchain.info has.

As far as I can see, they have a data API just like everyone else. Actually, I thought about removing the "high-level wallet API". I fail to see the advantage over just having your own wallet, and using one of the many data APIs to process payments.

Not sure if this would fall under High-level wallet API but Block.io seems to be another service offering some APIs. I haven't looked at the docs yet but heard about them a couple times in the past few days.
hero member
Activity: 517
Merit: 501
February 17, 2015, 06:05:33 AM
#43
Why isn't BlockTrail under "High-level wallet APIs"? They have a wallet function and everything Blockchain.info has.

As far as I can see, they have a data API just like everyone else. Actually, I thought about removing the "high-level wallet API". I fail to see the advantage over just having your own wallet, and using one of the many data APIs to process payments.
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
February 16, 2015, 07:59:05 AM
#42
Why isn't BlockTrail under "High-level wallet APIs"? They have a wallet function and everything Blockchain.info has.
hero member
Activity: 517
Merit: 501
February 16, 2015, 07:44:41 AM
#41
Is there any API offered by blocktrail.com that allows to Push a Tx, e.g. https://blockchain.info/pushtx ?

Others do offer this service: Hello Block, chain.com, toshi...
 (Note that the "push" functionality might have different names such as "propagate", "publish", etc)

"Blockr", a block-explorer service, also offers this functionality even tough they don't have an API: https://btc.blockr.io/tx/push
legendary
Activity: 1662
Merit: 1050
February 13, 2015, 01:18:17 PM
#40
Is there any API offered by blocktrail.com that allows to Push a Tx, e.g. https://blockchain.info/pushtx ?

not in this format, no.

You may say if it is available in any other format...
newbie
Activity: 30
Merit: 0
February 13, 2015, 09:27:54 AM
#39
Is there any API offered by blocktrail.com that allows to Push a Tx, e.g. https://blockchain.info/pushtx ?

not in this format, no.
legendary
Activity: 1662
Merit: 1050
February 12, 2015, 04:27:43 PM
#38
Thanks for answering, that's great, the multisig makes a perfect sense from security viewpoint. On the other hand what happens terms of transferring the coins if the service provider, in this case BlockTrail goes out of business? Since the service provider won't be able to sign the transaction how the coins can be transferred from my address? The BlockTrail website states that "You're always able to spend your coins using your primary key together with your backup key", is that means 2 keys from the three (which are my key, backup key and BlockTrail's key) are enough to perform a transaction?

I am actually planning to accept Bitcoin within our business and searching for an online wallet solution that offers a robust API as well. The Blockchain.info service is a great and matured solution, but I am concerned that Blockchain.info keeps full control over the wallet, while BlockTrail claims that they address this issue by letting users retain full control over the wallet. The BlockTrail API looks good as well, it seems the team at BlockTrail has done a great job so far.

Terms of the HD wallet, again, to mitigate the risk of the service provider BlockTrail goes out of business, should users make a backup of their wallet after every transaction or how can be the coins accessible in case if the BlockTrail servers aren't operational?

Hey Tzpardi,

Again excellent question. Even if a meteor falls down directly on BlockTrail HQ and we are no longer able to sign a transaction, you STILL have access to your coins because you have 2 out of 3 keys, and two keys are always necessary to sign your transactions. So if BlockTrail is not around, you take the second key that you kept in cold storage and you sign your coins using your own two keys. You can do this manually, but we'll also be adding a tool to our SDK to help you do this easily.

The beauty of HD wallet capabilities is that you never need to backup anything except for the 'master seed'. This is because using cryptography, you can recover all your addresses (and their keys) from this master seed. So essentially, after you've secured your master seed in a safe, you never need to make a backup ever again!


Is there any API offered by blocktrail.com that allows to Push a Tx, e.g. https://blockchain.info/pushtx ?
sr. member
Activity: 362
Merit: 261
February 12, 2015, 08:32:27 AM
#37
Is this thread about apis or multi-sig?
newbie
Activity: 30
Merit: 0
February 12, 2015, 08:05:25 AM
#36
Thanks for answering, that's great, the multisig makes a perfect sense from security viewpoint. On the other hand what happens terms of transferring the coins if the service provider, in this case BlockTrail goes out of business? Since the service provider won't be able to sign the transaction how the coins can be transferred from my address? The BlockTrail website states that "You're always able to spend your coins using your primary key together with your backup key", is that means 2 keys from the three (which are my key, backup key and BlockTrail's key) are enough to perform a transaction?

I am actually planning to accept Bitcoin within our business and searching for an online wallet solution that offers a robust API as well. The Blockchain.info service is a great and matured solution, but I am concerned that Blockchain.info keeps full control over the wallet, while BlockTrail claims that they address this issue by letting users retain full control over the wallet. The BlockTrail API looks good as well, it seems the team at BlockTrail has done a great job so far.

Terms of the HD wallet, again, to mitigate the risk of the service provider BlockTrail goes out of business, should users make a backup of their wallet after every transaction or how can be the coins accessible in case if the BlockTrail servers aren't operational?

Hey Tzpardi,

Again excellent question. Even if a meteor falls down directly on BlockTrail HQ and we are no longer able to sign a transaction, you STILL have access to your coins because you have 2 out of 3 keys, and two keys are always necessary to sign your transactions. So if BlockTrail is not around, you take the second key that you kept in cold storage and you sign your coins using your own two keys. You can do this manually, but we'll also be adding a tool to our SDK to help you do this easily.

The beauty of HD wallet capabilities is that you never need to backup anything except for the 'master seed'. This is because using cryptography, you can recover all your addresses (and their keys) from this master seed. So essentially, after you've secured your master seed in a safe, you never need to make a backup ever again!
member
Activity: 66
Merit: 10
February 12, 2015, 05:30:18 AM
#35
Pages:
Jump to: