Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
update README to include more information on fees
Browse files Browse the repository at this point in the history
  • Loading branch information
Thore3 committed Nov 28, 2017
1 parent 2a4267b commit 4c0de96
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ Query Parameters:
* `second_password` - second wallet password (required, only if second password is enabled)
* `api_code` - blockchain.info wallet api code (optional)
* `from` - bitcoin address or account index to send from (optional)
* `fee` - specify transaction fee **in satoshi** (optional, otherwise fee is computed)
* `fee` - specify transaction fee **in satoshi**
* `fee_per_byte` - specify transaction fee-per-byte **in satoshi**

*It is recommended that transaction fees are specified using the `fee_per_byte` parameter, which will compute your final fee based on the size of the transaction. You can also set a static fee using the `fee` parameter, but doing so may result in a low fee-per-byte, leading to longer confirmation times.*

Sample Response:

Expand All @@ -103,7 +106,10 @@ Query Parameters:
* `second_password` - second wallet password (required, only if second password is enabled)
* `api_code` - blockchain.info wallet api code (optional)
* `from` - bitcoin address or account index to send from (optional)
* `fee` - specify transaction fee **in satoshi** (optional, otherwise fee is computed)
* `fee` - specify transaction fee **in satoshi**
* `fee_per_byte` - specify transaction fee-per-byte **in satoshi**

*It is recommended that transaction fees are specified using the `fee_per_byte` parameter, which will compute your final fee based on the size of the transaction. You can also set a static fee using the `fee` parameter, but doing so may result in a low fee-per-byte, leading to longer confirmation times.*

URI Encoding a JSON object in JavaScript:

Expand Down

0 comments on commit 4c0de96

Please sign in to comment.