Queries

crowdloans

All crowdloans on chain (id and summary fields).

View as Markdown

Category: Leases & crowdloans

Parameters

This read takes no parameters.

CLI

btcli query crowdloans --json

Python

import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.read("crowdloans")