Developer Documentation

Base Endpoint

https://api.envionai.com/v1/

1. Net Worth Mapping API

Returns the total combined net worth of holders for a given token.

Request Example

GET /v1/networth?contract=0xTOKEN_ADDRESS

Example JSON Response

{
  "token": "XYZ",
  "contract": "0xTOKEN_ADDRESS",
  "total_holder_net_worth_usd": 12450000.52,
  "mapped_wallets": 3841,
  "excluded_entities": ["CEX Wallets", "Smart Contracts", "Bridges"],
  "last_updated_utc": "2025-11-25T13:54:11Z"
}

2. Holder Analysis API

Returns supply distribution across holder tiers + AI interpreted risk grading.

Request Example

Example JSON Response


Quick Integration Example (Node.js)


Quick Integration Example (Python)


Last updated