The Insight REST API provides you with a convenient, powerful and simple way to read data from the bitcoin network and build your own services with it.
The REST API currently only supports JSON for the response formats.
The API is free to use.
- +URI:
/api/block/00000000009890591fbacf147ffc6c246fa7bad0f2c75a68e3e1ba48b1636d23@@ -48,7 +54,7 @@ }
URI:
/api/blocks/?blockDate=yyyy-mm-dd@@ -68,7 +74,7 @@ }
URI:
/api/block-index/0@@ -80,10 +86,10 @@ blockHash: "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943" } -
URI:
/api/tx/0099d9342edab8a59fa4d84cb807cf599ce2210e5240bc39500d8f6b6f4779c0@@ -128,10 +134,10 @@ valueOut: 50.0017, size: 108 } - +
URI:
/api/txs/?block=0000000001a6b96db5e1af9f01458c5f0dd880d9cce6e9ed200afb9f0941991b&pageNum=1@@ -143,10 +149,10 @@ pagesTotal: 2, txs: [ Array of Transactions ] } - +
URI:
/api/txs/?address=mqxfgc12qXdm4ekLrCKPDYqamxUEtK78Vg&pageNum=0@@ -158,12 +164,12 @@ pagesTotal: 4, txs: [ Array of Transactions ] } - + -
URI:
/api/addr/mqxfgc12qXdm4ekLrCKPDYqamxUEtK78Vg@@ -182,12 +188,12 @@ balance: 50.31766, totalReceived: 58.53132 } - + -
URI:
/api/status?q=getInfo@@ -213,10 +219,10 @@ errors: "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications" } } - +
URI:
/api/status?q=getDifficulty@@ -227,10 +233,10 @@ { difficulty: 1 } - +
URI:
/api/status?q=getTxOutSetInfo@@ -249,10 +255,10 @@ total_amount: 8900499.25420614 } } - +
URI:
/api/status?q=getLastBlockHash@@ -263,9 +269,9 @@ { lastblockhash: "00000000fc182ffd65fa397dbe0c60b1932bee4ccef407b36b7d6d9d5fdb5962" } - + -
API live documentation
+