Skip to main content

🎯Control API

Notes

For more details visit BCH APIs page.

//imports
using Cash.NetCore.Contracts;
using Cash.NetCore.Models.Response.Control;

//inject
private readonly IControlService _controlService;

💰Get Network Info

RPC call which gets basic full node information.

//Sample Request 🍎
var networkInfo = await _controlService!.GetNetworkInfoAsync();