
Block is a public API providing bitcoin payment, wallet & transaction data.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://block.io/docs/basic | Primary API endpoint. |
curl -X GET "https://block.io/docs/basic" \ -H "Accept: application/json"