Skip to main content
GET
/
initInfo
cURL
curl 'https://dashboard.eva-ai.io/api/initInfo?chain=56&ca=0x2C45560bC707f7aDDb8dF848A9Ba6cd9F30FAEeC' \
  -H 'x-api-key: YOUR_API_KEY'
{
  "lpAddress": "0xde3314393f7a2977e0a531f2a646c71d5a2c105c",
  "lpCreationBlock": 46481129,
  "holderSnapshot": [
    {
      "address": "0xd26fe1fa7cfaa647da28918b29a1b574551824b8",
      "balance": "800000000000000000000000000",
      "percentage": "80%",
      "label": "Insider"
    },
    {
      "address": "0xde3314393f7a2977e0a531f2a646c71d5a2c105c",
      "balance": "199200000000000000000001858",
      "percentage": "19.92%",
      "label": "LP"
    },
    {
      "address": "0x521faacdfa097ad35a32387727e468f7fd032fd6",
      "balance": "799999999999999999997512",
      "percentage": "0.08%",
      "label": "Sniper"
    }
  ],
  "summary": {
    "totalHolders": 4,
    "totalPercentageHeld": "100.0000%",
    "lp": {
      "count": 1,
      "percentage": "19.9200%"
    },
    "contract": {
      "count": 0,
      "percentage": "0.0000%"
    },
    "insiders": {
      "count": 2,
      "percentage": "80.0000%"
    },
    "snipers": {
      "count": 1,
      "percentage": "0.0800%"
    },
    "earlyBuyers": {
      "count": 0,
      "percentage": "0.0000%"
    },
    "others": {
      "count": 0,
      "percentage": "0.0000%"
    }
  }
}

Headers

x-api-key
string

API key for higher rate limits (optional). Get one at dashboard.eva-ai.io

Query Parameters

chain
integer
required

Chain ID (e.g., 1 = Ethereum, 56 = BSC, 8453 = Base)

ca
string
required

Contract address

Response

Launch analysis response

Holder distribution snapshot at token launch

lpAddress
string

Liquidity pool address

Example:

"0xde3314393f7a2977e0a531f2a646c71d5a2c105c"

lpCreationBlock
integer

Block number when LP was created

Example:

46481129

holderSnapshot
object[]

Holder distribution at launch

summary
object

Summary of holder distribution at launch