Archive44 logo
Developer API

Archive44 API

Full REST API access to the Archive44 knowledge base. Available on Pro and Enterprise plans.

Authentication

All API requests require an API key

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.archive44.com/v1/search?q=uniswap

Rate Limits

Pro1,000 requests/day
EnterpriseCustom / Unlimited

Endpoints

GET
/api/v1/search

AI-powered search across all entities

GET
/api/v1/wallets/:address

Get wallet profile and AI summary

GET
/api/v1/tokens/:address

Get token profile and metrics

GET
/api/v1/protocols/:slug

Get protocol profile

GET
/api/v1/founders/:slug

Get founder profile

POST
/api/v1/alerts

Create a new alert

GET
/api/v1/watchlists

List user watchlists

Ready to build?

Upgrade to Pro to get your API key.

View Pricing