Queries

tx-rate-limit

Global transaction rate limit in blocks.

View as Markdown

Category: Chain

Parameters

This read takes no parameters.

CLI

btcli query tx-rate-limit --json

Python

Typed namespace method (autocomplete, signature help):

import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.chain.tx_rate_limit()

Or dispatch by name, as an agent would:

result = await client.read("tx_rate_limit")