The ACP preferences. AcpsReturnType
Given a blockchain's alias, get its ID.
GetBlockchainIDParameters The blockchain alias
The blockchain ID. GetBlockchainIDReturnType
Get the ID of the network this node is participating in. Network ID of 1 = Mainnet, Network ID of 5 = Fuji (testnet).
The network ID. GetNetworkIDReturnType
Get the name of the network this node is participating in.
The network name. GetNetworkNameReturnType
Get the ID, the BLS key, and the proof of possession of this node. Note: This endpoint is only available on specific nodes, not on public servers.
The node ID and BLS key information. GetNodeIDReturnType
Get the IP address of this node.
The node's IP address. GetNodeIPReturnType
Get the version of this node.
The node's version. GetNodeVersionReturnType
Get the transaction fee for this node.
The transaction fee. GetTxFeeReturnType
Get the virtual machines (VMs) this node is running.
The VMs running on this node. GetVMsReturnType
Check whether a given chain is done bootstrapping.
IsBootstrappedParameters The chain ID or alias
Whether the chain is bootstrapped. IsBootstrappedReturnType
Get a description of peer connections.
PeersParameters Optional node IDs to filter peers
Information about connected peers. PeersReturnType
Returns the upgrade history and configuration of the network.
The network upgrade information. UpgradesReturnType
Returns the network's observed uptime of this node. This is the only reliable source of data for your node's uptime.
The node's uptime statistics. UptimeReturnType
Returns peer preferences for Avalanche Community Proposals (ACPs).