Developer API
Wallet Intelligence
Request an analysis for a wallet, then poll for the result.
POST /v1/developer/intelligence/wallet
curl -X POST https://aegixintelligence.com/api/v1/developer/intelligence/wallet \
-H "Authorization: Bearer aegix_live_..." \
-H "Content-Type: application/json" \
-d '{"wallet":"<SOLANA_ADDRESS>"}'Returns data.analysisId, status, and pollUrl.
GET /v1/developer/intelligence/analysis/:id
curl https://aegixintelligence.com/api/v1/developer/intelligence/analysis/<id> \
-H "Authorization: Bearer aegix_live_..."Poll until the status is READY; the response carries the full wallet X-Ray payload (score, dimensions, signals, evidence, attack paths, engine versions).
Errors
Invalid addresses, non-eligible accounts, quota exhaustion, and service busy are returned as structured error codes.
The developer API never triggers uncontrolled work — requests are gated by validation, classification, and a bounded admission pipeline.