API Console — REST endpoints for ENK data and Ethereum search.
API Reference

EnteleSCAN API

Serverless REST endpoints proxying Etherscan v2 for ENK and Ethereum data.

All endpoints accept GET requests. Base URL: https://www.entelescan.com/api/

ENK Token Supply

GET /api/enk?action=supply

Returns total on-chain ENK supply for contract 0xC95343B3f8A5af57a9b3B1acFf3D2a7654Fa28F6 on Ethereum mainnet.

Response: Etherscan-compatible JSON with status, message, and result (supply in wei).

ENK Recent Transfers

GET /api/enk?action=transfers

Returns the 10 most recent ENK token transfers, sorted descending by block.

Network Statistics

GET /api/search?action=stats

Returns live network statistics: chain info, ENK supply, latest block, gas prices, search modes, and API status.

Fields: status, chain, chainId, latestBlock, safeGasGwei, enkSupply, searchModes

Universal Search

GET /api/search?q={address_or_hash}

Recognizes and resolves Ethereum wallet addresses, contract addresses, and transaction hashes.

Transaction hash: 66-character 0x hex string — returns block, from/to, value, gas, success status.

ENK contract: Recognized from ecosystem registry without additional calls.

Other addresses: Returns wallet/contract type, ETH balance, and recent transactions.

ENK Contract Reference

ParameterValue
Contract0xC95343B3f8A5af57a9b3B1acFf3D2a7654Fa28F6
Chain ID1 (Ethereum)
Decimals18
Max Supply100,000,000,000 ENK

Environment

API routes require ETHERSCAN_API_KEY configured in the Vercel deployment environment. Without a valid key, endpoints return a 500 error.

Rate limits

Requests are subject to Etherscan API rate limits. For production integrations, contact team@entelescan.com.