api.messari.io

Category
Data
Network
Avg / request
$0.55
Endpoints
20

Service overview

What is Messari?

Crypto intelligence and research data

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://api.messari.io/funding/v1/funds" \
  --query '{
  "announcedAfter": "{announcedAfter}",
  "announcedBefore": "{announcedBefore}",
  "limit": "{limit}",
  "managerId": "{managerId}",
  "page": "{page}",
  "raisedAmountMax": "{raisedAmountMax}",
  "raisedAmountMin": "{raisedAmountMin}"
}'
What you get back
{
  "endpoint": "GET /funding/v1/funds",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services