Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ <h3><a href="https://github.com/Ethex/contracts/">Contract source at github</a><
<h1>Market API</h1>
<div>The API here is provided for convenience. This functionality is provided by reading data off the Ethereum blockchain. You can
run this on your own machine against your own Ethereum node or against a public provider like Etherscan.</div>

<div>
To run api, download from our <a rel="noreferrer" target="_blank" href="https://github.com/Ethex/api">github</a>. When running api and you enter "0" ("npm start 0") the min eth for open orders will be zero instead of the standard 0.001.
</div>
<h3><a href="https://github.com/Ethex/api/">API source at github</a></h3>
<pre><code>$ git clone https://github.com/Ethex/api
$ cd api
Expand Down
Loading