Developer API
Overview
Integrate AEGIX intelligence into your own tooling.
Base URL
https://aegixintelligence.com/api/v1/developerAuthentication
Authenticate with a scoped API key in the Authorization header. Keys are shown once at creation and are never retrievable again.
Authorization: Bearer aegix_live_<base58>Endpoints
- POST /v1/developer/intelligence/wallet — analyze a wallet
- GET /v1/developer/intelligence/analysis/:id — poll analysis result
- POST /v1/developer/intelligence/compare — compare two wallets
- GET /v1/developer/intelligence/comparison/:pairId — get cached comparison
- GET /v1/developer/status — key + scope status
- GET /v1/developer/usage — metered quota usage
Example request
curl -X POST https://aegixintelligence.com/api/v1/developer/intelligence/compare \
-H "Authorization: Bearer aegix_live_..." \
-H "Content-Type: application/json" \
-d '{"walletA":"<ADDR_A>","walletB":"<ADDR_B>"}'API keys are scoped per permission and subject to a metered quota and rate limits. Quota and rate limits are separate concepts.