1.0.9 • Published 1 year ago

neoxa-public-api v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

logo

Static Badge GitHub last commit NPM Downloads

Neoxa Public API

The project is a tool that allows developers to interact with the Neoxa API. You can easily integrate your project by calling the API with this tool.

Installation

npm install neoxa-public-api

Usage

import * as neoxa from "neoxa-public-api"
const summary = await neoxa.getSummary();

or

import { getSummary } from "neoxa-public-api"

Public API List

import {
  getDifficulty,
  getConnectionCount,
  getBlockCount,
  getBlockHash,
  getBlock,
  getRawTransaction,
  getNetworkHashps,
  getMasternodeCount,
  getMoneySupply,
  getDistribution,
  getAddress,
  getAddressTxs,
  getTx,
  getBalance,
  getLastTxs,
  getCurrentPrice,
  getNetworkPeers,
  getBasicStats,
  getSummary,
  getMasternodeList,
  getMasternodeRewards,
  getMasternodeRewardsTotal,
} from "neoxa-public-api";
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago