Smart-Node

identifier

The identifier object returns the operator account ID and its Public Key

Identify the queried Smart-Node

GET smart-node/identifier

Returns Hedera Account ID and Public Key

Response Details

Response ItemDescription

accountId

the operator ID of the Smart-Node

publicKey

the Public Key of the Smart-Node

status

Returns the status of the queried Smart-Node

Returns the status of the queried Smart-Node

GET smart-node/status

Returns the whitelist status, IPFS id, status, addresses and peers

Response Details

Response ItemDescription

node.whitelisted

Boolean to check if node is whitelisted

ipfs.id

ipfs id

ipfs.isOnline

Boolean to check if ipfs is online

ipfs.addresses

Array of ipfs addresses

ipfs.peers

Array of ipfs peers

network

Returns all the whitelisted Smart-Nodes in the Network

Returns all the whitelisted Smart-Nodes details

GET smart-node/network

Returns operator, public key and url of the Smart-Nodes

Response Details

Response ItemDescription

operator

Operator account ID of the Smart-Node

publicKey

Public Key of the Smart-Node

url

url of the Smart-Node

hsuite/staking

Returns all the staking details

Returns details of HSUITE staking

GET smart-node/hsuite/staking

Returns total stakers, amount of HSUITE stake and percentage change of holders and staked amount

Response Details

Response ItemDescription

total.holders

total amount of stakers

total.hsuite

total amount of HSUITE stakers

total.percentage.holders

percentage change of stakers

total.percentage.hsuite

percentage change of hsuite staked

hsuite/dex

Returns the DEX TVL statistics

Returns all the TVL statistics

GET smart-node/hsuite/dex

Returns Liquidity Positions minted, Total Value Locked and 24hr percentage change

Response Details

Response ItemDescription

positions

All the LPNFTs minted

value

The Total Value Locked (TVL) in USD

percentage

Percentage change of TVL

hsuite/holders

Returns all the HSUITE holders, amounts and percentage change

Returns all the holders statistics

GET smart-node/hsuite/holders

Returns all the holders with HSUITE balance > 0, amount held and percentage change

Response Details

Response ItemDescription

total.holders

total HSUITE holders

total.hsuite

total HSUITE held

total.percentage.holders

percentage change of holders

total.percentage.hsuite

percentage change of HSUITE held

coingecko/circulating-supply

Returns the HSUITE circulating supply for Coingecko

Returns the circulating supply for coingecko

GET smart-node/coingecko/circulating-supply

Response Details

Response ItemDescription

Number

Circulating supply number

coingecko/total-supply

Returns the total HSUITE supply for Coingecko

Returns the total supply for coingecko

GET smart-node/coingecko/total-supply

Response Details

Response ItemDescription

Number

Total supply number

utilities

Returns all the Fungible and Non-Fungible Tokens relevant in the HbarSuite Ecosystem

Returns all the relevant FTs and NFTs relevant to the Ecosystem

GET smart-node/utilities

Response Details

Response ItemDescription

hsuite.id

HSUITE token ID

hsuite.treasury

HSUITE treasury ID

hsuite.decimals

HSUITE token decimals

veHsuite.id

veHSUITE token ID

veHsuite.treasury

veHSUITE treasury ID

veHsuite.decimals

veHSUITE token decimals

lpHsuite.id

LP DEX NFT ID

lpHsuite.treasury

LP DEX NFT treasury

hsuiteCouncil.id

Council Committee NFT ID

hsuiteCouncil.treasury

Council Committee NFT treasury

nftDexHsuite.id

NFT DEX Tokengate ID

nftDexHsuite.treasury

NFT DEX Tokengate Treasury

shibar.id

SHIBR token ID

shibar.treasury

SHIBR treasury ID

shibar.decimals

SHIBR token decimals

monitors/network/online

Returns all the Smart-Node connectivity status

Returns the online status of the Smart-Nodes

GET smart-node/monitors/network/online

Response Details

Response ItemDescription

node.operator

Operator Account ID of the Smart-Node

node.publicKey

Public Key of the Smart-Node

node.url

url of the Smart-Node

online

Boolean status of the Smart-Node

monitors/network/connected

Returns all the Smart-Nodes connected to the queried node

Returns all the Smart-Nodes connected to the queried node

GET smart-node/monitors/network/connected

Response Details

Response Item Description

wallet

Account ID of the Smart-Node connected

transport

method of connectivity

Last updated