getInfo

getInfo is a method on the ARIO class that retrieves general information about the ar.io Network, including the current primary name oracle, demand factor, and more.

getInfo does not require authentication.

Examples

getInfo

const info = await ario.getInfo();

Parameters

The getInfo method does not accept any parameters.

Output

{
  "Name": "AR.IO Network",
  "Ticker": "ARIO",
  "Logo": "Sie_26dvgyok0PZD_-iQAFOhOd5YxDTkczOLoqTTL_A",
  "Denomination": 6,
  "Handlers": ["_eval", "_default"],
  "LastCreatedEpochIndex": 0,
  "LastDistributedEpochIndex": 0
}

Was this page helpful?