Skip to content

Commit

Permalink
fix ethereum and batch links
Browse files Browse the repository at this point in the history
  • Loading branch information
acityinohio committed Sep 23, 2016
1 parent eedd104 commit f0e18d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/includes/_wallet.md
Expand Up @@ -921,7 +921,7 @@ Resource | Method | Return Object
-------- | ------ | -------------
/wallets/$NAME/addresses?address=$ADDRESS | DELETE | *nil*

This endpoint allows you to delete an $ADDRESS associated with the $NAME wallet. As a reminder, you [can batch](#http://dev.blockcypher.com/#batching) multiple addresses by appending them with semicolons within the $ADDRESS URL parameter. If successful, it will return an HTTP 204 status code with no return object.
This endpoint allows you to delete an $ADDRESS associated with the $NAME wallet. As a reminder, you [can batch](#batching) multiple addresses by appending them with semicolons within the $ADDRESS URL parameter. If successful, it will return an HTTP 204 status code with no return object.

<aside class="notice">
You cannot remove addresses from HD Wallets.
Expand Down
2 changes: 1 addition & 1 deletion source/index.html.md
Expand Up @@ -79,7 +79,7 @@ includes:
Welcome to [BlockCypher's](http://www.blockcypher.com/) API documentation! BlockCypher is a simple, mostly RESTful JSON API for interacting with blockchains, accessed over HTTP or HTTPS from the [api.blockcypher.com](https://api.blockcypher.com/v1/btc/main) domain. Currently, BlockCypher supports Bitcoin, Ethereum, Litecoin, Dogecoin, Bitcoin Testnet3, and BlockCypher's Test Chain (more about BlockCypher's Test Chain [below](#testing)).

<aside class="notice">
We just released <strong>our beta Ethereum API!</strong> While it's very similar to the API here, it's different enough to necessitate its own documentation; you can find those docs here: <a href="http://dev.blockcypher.com/eth/">http://dev.blockcypher.com/eth/</a>
We just released <strong>our beta Ethereum API!</strong> While it's very similar to the API here, it's different enough to necessitate its own documentation; you can find those docs here: <a href="https://www.blockcypher.com/dev/ethereum/">https://www.blockcypher.com/dev/ethereum/</a>
</aside>

BlockCypher's API provides a superset of the endpoints you'd find in reference implementations, in addition to some special features that make BlockCypher uniquely powerful, like our unconfirmed transaction [Confidence Factor](#confidence-factor), dependable WebHook or WebSockets-based [Events](#events-and-hooks), [On-Chain Microtransactions](#microtransaction-api), and [Payment Forwarding](#payment-forwarding).
Expand Down

0 comments on commit f0e18d5

Please sign in to comment.