Endpoints
Example
curl
Guides
Filtering and pagination
Filter suffixes, sorting, column selection and paging.
Tabular vs timeseries
The two model kinds, their URL shapes, and when to reach for each.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mergers and acquisitions in the crypto industry: one row per deal with its dates, the amount when disclosed, status, acquirer and target.
| Model | Access | Table |
|---|---|---|
| Acquisition Deals | Fundraising_unified | List rows, One row |
curl "https://api.blockworks.com/query/tabular/acquisition-deals?pageSize=3&selections=acquisitionDealID,announcementDate,fundingDate,transactionAmountUSD" \
-H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"