Skip to main content
SUBMIT A PRSUBMIT AN ISSUElast edit: Apr 26, 2024

Bittensor API

This section presents the Python API reference documentation for Bittensor. Follow the below links to specific Python modules or click here for API reference documentation homepage.

Axon
Axon services the forward and backward requests from other neurons.
READ MORE
Dendrite
Dendrite represents the abstracted implementation of a network client module.
READ MORE
Metagraph
Metagraph neural graph is a dynamic representation of the Bittensor network state.
READ MORE
Subtensor
Subtensor class provides a gateway to the blockchain layer of Bittensor.
READ MORE
Synapse
Synapse module serves as a communication schema between neurons (nodes).
READ MORE
Wallet
Wallet class manages hotkey and coldkey, and balances during staking and transfer.
READ MORE