Skip to main content
GET
GetAcquisitionDeals
x402 Support: Supported. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer<int64>
default:10
page
integer<int64>
default:0
acquiringEntityId
string[]

Comma-separated list of acquiring entity (projects, organizations) uuids.

acquiredEntityId
string[]

Comma-separated list of acquired entity (projects, organizations) uuids.

transactionAmountMin
number<double>
default:1000000

Filter by minimum transaction amount in USD. Will return deals which have transaction amount greater than the specified amount.

Example:

1000000

transactionAmountMax
number<double>
default:1000000000

Filter by maximum transaction amount in USD. Will return deals which have transaction amount less than the specified amount.

Example:

1000000000

announcedBefore
string<date-time>

Filter by deals announced before the specified date.

announcedAfter
string<date-time>

Filter by deals announced after the specified date.

Response

Default response

data
object[]
required
error
string
metadata
object