getLatestBlocks
: Returns the latest block generated on-chain.getLatestTransactions
: Returns the latest transaction executed.getTotalAccounts
: Fetches the total number of accounts.getAccountDetailsUsingAddress
: Returns the account details of an address.getLatestAccounts
: Fetches the latest accounts created.getTotalTokens
: Returns the total number of tokens available.getListOfTokens
: Returns the list of tokens that a specified user has issued.getTokenUsingTokenNameAndAddress
: Returns tokens of the specified token name and address.getTotalContracts
: Returns total smart contracts created.getListOfContracts
: Returns the list of smart contracts of the specific user.getContractDetailsUsingAddress
: Returns smart contract details of the specified address.getListOfHoldersForToken
: Returns the list of all the holders for the specified token.getHolderDetailsUsingAddress
: Returns the details of holders of the specified address.get-token-overview
: Returns details of the specified token.get-history-price
: Returns price history of the specified token.getBlockDetail
: Returns details of the specified block.getLatestBlocks
: Returns the latest block processed on the chain.getTotalBlocks
: Gets the total number of blocks generated.getLatestTransactions
: Returns the latest transaction processed on the chain.getTotalTransactions
: Returns the total number of transactions executed on-chain.getTransactionsForAddress
: Returns transactions for the specified address.getTransactionDetails
: Gets the details of the specified transaction.getAddressStats
: Returns the stats for the specified address.getListOfTransferTransactionsForToken
: Gets the list of transfer transactions for the specified token.getTotalTransferTransactionForToken
: Fetches the list of all the transactions for the specified token.getTransferTransactionDetailsUsingHash
: Gets transactions details for the specified hash.getCoinMarketCap
: Fetches the coin value from CoinMarketCap.getCoinMarketTotalSupply
: Returns total supply value directly from CoinMarketCap.getCurrentTPS
: Returns the current transaction rate.getMaxTPS
: Returns the maximum transaction rate on the chain.npm install
npm start
npm run start-development
npm run production