Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content
GET/hub_leases

Query hub leases

Lease records as indexed by the hub (useful for exploration, analytics, and debugging).

Try it
Request
GEThttps://api.untron.finance/v3/hub_leases

What it does

Returns hub-indexed lease rows (current registry + some metadata).

Request

Response (200)

[
  {
    "lease_id": "123",
    "lease_number": "1",
    "lessee": "T…",
    "realtor": "T…",
    "receiver_salt": "0x…",
    "start_time": "2026-01-29T00:00:00.000Z",
    "nukeable_after": "2026-01-29T00:00:00.000Z",
    "lease_fee_ppm": "1500",
    "flat_fee": "0",
    "valid_from_seq": "0",
    "valid_to_seq": "0"
  }
]