Analytics·EVM · Solana · Multi-chain
Footprint Analytics
Onchain analytics platform with REST + SQL APIs and a no-code dashboard builder, covering 20+ chains across DeFi, NFT, and GameFi verticals.
- 01DeFi/NFT/GameFi metrics
- 02no-code dashboards embedded in apps
- 03ad-hoc SQL on indexed data
- 04AI-assisted query generation
- 05wallet and protocol leaderboards
| Variable | Scope | Description |
|---|---|---|
| FOOTPRINT_API_KEY | Server | Footprint Analytics API key from the Footprint dashboard. Server-only. |
Use Footprint Analytics for indexed onchain data and embedded analytics. From the server, call the REST API with header `API-KEY: $FOOTPRINT_API_KEY` against `https://api.footprint.network/api/v1/{path}` for pre-built endpoints (NFT collections, DeFi protocols, wallet stats). For custom queries, use the SQL API: `POST /api/v1/native_query` with `{ query: "SELECT ... FROM ..." }` — supports both sync and async modes. Embed dashboards via the Footprint iframe with a signed share URL when you need pre-built visuals.
- ⚑Two distinct products share the "Footprint" name — `footprint.network` (this analytics platform) vs `onefootprint.com` (KYC); make sure docs/keys come from the analytics side.
- ⚑SQL queries over wide time ranges can hit timeout limits (~60s sync) — use the async query mode for heavy workloads.
- ⚑Free tier is heavily rate-limited and capped on monthly calls; production traffic needs a paid plan.
- ⚑Chain freshness varies — major EVM chains and Solana are kept current, but newer L2/appchains can lag noticeably.
- ⚑Schema is curated and opinionated; column names and table layouts can change across major versions, so pin queries to documented views.