biteasy
The Biteasy Blockchain 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.
157 subscribers
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
biteasy endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET /blocks/{hash} /blocks/{hash} |
Returns information about a specifc block. |
| GET |
GET /addresses /addresses |
Returns an array of paginated addresses which can optionally be fltered. |
| GET |
GET /transactions/{hash} /transactions/{hash} |
Returns information about a specifc transaction. |
| GET |
GET /addresses/{address} /addresses/{address} |
Returns information about a specifc bitcoin address. |
| GET |
GET /search /search |
Auto-detects the type of the blockchain data that are requested and searches for them. Possible values for the type feld in the response body are BLOCK, ADDRESS and TRANSACTION |
| GET |
GET /blocks /blocks |
Returns an array of paginated blocks which can optionally be filtered. |
| GET |
GET /transactions /transactions |
Returns an array of paginated transactions which can optionally be fltered. |
biteasy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|