Developer API
Compare Intelligence
Compare two wallets and read cross-wallet correlation.
POST /v1/developer/intelligence/compare
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>"}'GET /v1/developer/intelligence/comparison/:pairId
Fetch a cached comparison by its canonical pair id. The pair identity is symmetric — (A,B) and (B,A) map to the same result.
curl https://aegixintelligence.com/api/v1/developer/intelligence/comparison/<pairId> \
-H "Authorization: Bearer aegix_live_..."Response shape
The comparison result exposes correlation strength and confidence separately, evidence families, relationship paths, clusters, population commonality, and limitations.
Correlation is observable linkability, never proof of ownership or identity.