neoxa-public-api
v1.0.9
Published
Neoxa public api connector
Downloads
16
Readme
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";