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/searchAI-powered search across all entities
GET
/api/v1/wallets/:addressGet wallet profile and AI summary
GET
/api/v1/tokens/:addressGet token profile and metrics
GET
/api/v1/protocols/:slugGet protocol profile
GET
/api/v1/founders/:slugGet founder profile
POST
/api/v1/alertsCreate a new alert
GET
/api/v1/watchlistsList user watchlists
