
Hedera Info
Get info for Hedera accounts (HBAR & tokens) and the network (TPS, NFTs minted)
- Name For Model
- HederaInformation
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a month ago
- Contact
- [email protected]
- Description For Model
- Help users fetch the information about Hedera accounts or the network itself. The user can ask about HBAR or token balances and relations for accounts, or about transactions per second (TPS) and NFTs minted in the last hours/days on the network.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getHbarBalance | GET | Get the HBAR balance of a specific Hedera account |
2 | getSingleTokenBalance | GET | Get the balance of Hedera account for a single token ID |
3 | getAllTokensList | GET | Get the list of all the tokens that the Hedera account owns and is associated with. |
4 | geTransactionsPerSecond | GET | Get the number of transactions per second (TPS) being processed by the Hedera network. |
5 | getNftsMintedLastXDays | GET | Get the number of NFTs minted on Hedera in the last one or more days. The number of days is provided by the user. |
6 | getNftsMintedLastXHours | GET | Get the number of NFTs minted on Hedera in the last 24 hours or less. The number of hours is provided by the user. |