-
Shouldn't be a massive change:
https://medium.com/blockcypher-blog/important-changes-to-blockcypher-s-confidence-api-7bbd283e099c
-
I see that [generate address endpoint](http://dev.blockcypher.com/?python#generate-address-endpoint) is available for other programming languages.
-
The package appears to use `int` to represent satoshi amounts in transactions. As in Go `int` [can be either](https://golang.org/ref/spec#Numeric_types) `int32` or `int64`, some people might run into …
-
Hello Bitcore team,
I made a script that writes data to the Blockchain, and I wanted to send a message that is 75 characters long, which I think is the limit for OP_RETURN transactions, but I get thi…
-
How do I create a transaction using blockcypher API where funds are sent from multiple addresses to multiple addresses? The following sample is providing one to one example only...
http://blockcypher…
-
Hi,
I think there's another issue with the getAllErrorMessages method of WebHook. I invoke it after a standard web hook creation:
``` php
$webHook = new \BlockCypher\Api\WebHook();
…
-
Hello. I can't figure out what is wrong. I'm trying to create new payment forward address but it throws an exception that theres is invalid option 'callback_url'.
So here's the exception itesef : http…
-
Unfinished sub-task from #472
- [x] Display additional rating detail on the listing's `Reviews` tab
- **OPTIONAL**
- GUID of the node who rated the tx (active link to their store, if they're av…
-
Hi there,
it would be nice, if blockcypher could detect Omni (formerly Mastercoin) transactions, such as [this](https://live.blockcypher.com/btc/tx/cb3e5d22c6704689ee2d30e863053c898c5f487578c0c4b5ecd…
dexX7 updated
8 years ago
-
I'm trying to get JoinMarket to work with Bitcoin Core now. This is the error I get:
![json-rpc connection failed](https://cloud.githubusercontent.com/assets/4017015/15457752/4205342e-2044-11e6-9dbf-b…