Skip to main content
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. The distributorId 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.

Distributor TVL

Path Parameters
string
required
The distributor ID (builder code) to report on.
Query Parameters
string
required
Start of range, RFC 3339 (e.g. 2026-05-01T00:00:00Z).
string
required
End of range, RFC 3339.
integer
default:"900"
Bucket size in seconds. Defaults to 900 (15 minutes). Use 86400 for daily.
array
Optional. Restrict to specific opportunity UUIDs.
array
Optional. Restrict to specific product UUIDs.
boolean
default:"false"
When true, include the top 50 wallets by attributed TVL.
Response
array
TVL bucketed by step. Each point has a timestamp and a decimal tvl.
array
Per-opportunity latest data timestamp within the range (opportunityId, asOf).
array
Present only when includeTopWallets=true. Top 50 wallets by attributed TVL, with walletAddress, totalTvl, and asOf.

LP counts

curl
Takes the same startDate / endDate / step / opportunityIds / productIds parameters as the TVL endpoint. Response
integer
Distinct wallets with TVL greater than 0 in the bucket.
integer
All-time cumulative wallets that have ever had TVL attributed to this distributor.