Indexer endpoints
Most V3 endpoints are PostgREST-style views over the indexer database. They’re powerful for analytics and dashboards, but they’re not as “product-stable” as the Bridge API.
What to expect
- Most endpoints are
GETand return arrays. - Filtering is done via query parameters.
- Many endpoints support common PostgREST-style params like
select,order,limit,offset(and headers likeRange).
Where to start
- Aggregated lease state: GET /lease_view
- Raw hub registry: GET /hub_leases
- USDT deposit timeline: GET /usdt_deposit_txs
Full coverage
We also ship auto-generated pages for every endpoint, linked in the sidebar under Indexer endpoints → All endpoints: