> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Acquisitions

> Mergers and acquisitions in the crypto industry: one row per deal with its dates, the amount when disclosed, status, acquirer and target.

## Endpoints

| Model                                                                       | Access               | Table                                                                                                                                                        |
| --------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Acquisition Deals](/api-reference/data-api/acquisitions/acquisition-deals) | Fundraising\_unified | [List rows](/api-reference/data-api/acquisitions/tabular-acquisition-deals), [One row](/api-reference/data-api/acquisitions/tabular-acquisition-deals-by-id) |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/tabular/acquisition-deals?pageSize=3&selections=acquisitionDealID,announcementDate,fundingDate,transactionAmountUSD" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

See [List Acquisition Deals](/api-reference/data-api/acquisitions/tabular-acquisition-deals) for the response and the errors.

## Guides

<CardGroup cols={2}>
  <Card title="Filtering and pagination" icon="filter" href="/getting-started/filtering-pagination">
    Filter suffixes, sorting, column selection and paging.
  </Card>

  <Card title="Tabular vs timeseries" icon="book" href="/getting-started/concepts/tabular-vs-timeseries">
    The two model kinds, their URL shapes, and when to reach for each.
  </Card>
</CardGroup>
