GET /block/{xxx}
xxx
can be:
- Block height
- Block hash
- String
latest
-
Get the 3rd block
-
Get the latest block
-
Get the latest and 3rd Block
Get block list by date.
GET /block/date/{ymd}
-
Get block list on 12/15/2015
Batch request is not supported now.
GET /block/{xxx}/tx
Parameters:
page
, optional, default to1
pagesize
,optional, default to50
, min1
, max50
-
Get transactions of Latest block
-
Get transaction of single block
GET /tx/{txhash}
-
Get Single Transaction
GET /tx/unconfirmed
https://chain.api.cloverpool.com/tx/unconfirmed
GET /tx/unconfirmed/summary
https://chain.api.cloverpool.com/tx/unconfirmed/summary
GET /address/{address}
-
Get single address
https://chain.api.cloverpool.com/address/15urYnyeJe3gwbGJ74wcX89Tz7ZtsFDVew
Batch request is not supported now.
GET /address/{address}/tx
Parameters:
page
, optional, default to1
pagesize
,optional, default to50
, min1
, max50
https://chain.api.cloverpool.com/address/15urYnyeJe3gwbGJ74wcX89Tz7ZtsFDVew/tx
Batch request is not supported now.
GET /address/{address}/unspent
https://chain.api.cloverpool.com/address/15urYnyeJe3gwbGJ74wcX89Tz7ZtsFDVew/unspent