Send your API key via the
X-API-Key header. See Authentication.Overview
Track the TVL and liquidity-provider counts attributed to a distributor over time. ThedistributorId is your builder code. Deposits routed through it are attributed on-chain by Lumon, and Turtle’s own attributed volume is just another distributor ID, so the same endpoints work for any distributor you query.
| Endpoint | Returns |
|---|---|
GET /v1/metrics/distributor/{distributorId} | TVL time-series, per-opportunity TVL as-of latest, optional top wallets |
GET /v1/metrics/distributor/{distributorId}/lps | Active and cumulative LP counts over time |
Distributor TVL
The distributor ID (builder code) to report on.
Start of range, RFC 3339 (e.g.
2026-05-01T00:00:00Z).End of range, RFC 3339.
Bucket size in seconds. Defaults to
900 (15 minutes). Use 86400 for daily.Optional. Restrict to specific opportunity UUIDs.
Optional. Restrict to specific product UUIDs.
When
true, include the top 50 wallets by attributed TVL.TVL bucketed by
step. Each point has a timestamp and a decimal tvl.Per-opportunity latest data timestamp within the range (
opportunityId, asOf).Present only when
includeTopWallets=true. Top 50 wallets by attributed TVL, with walletAddress, totalTvl, and asOf.LP counts
curl
startDate / endDate / step / opportunityIds / productIds parameters as the TVL endpoint.
Response
Distinct wallets with TVL greater than 0 in the bucket.
All-time cumulative wallets that have ever had TVL attributed to this distributor.

