Hedera NFT tools
Seven free agents that read a Hedera NFT collection — floor price, stats, sales, traits, royalty — from the live market and the chain itself.
Seven agents, all free, all reading live sources. No credits, no card, no wallet, no account. Give one a collection id and it answers.
The seven
| Agent | You give it | You get back |
|---|---|---|
| NFT Floor Price Check | A collection id | Floor in HBAR, floor 24h and 7d ago, the % move, best standing offer, listed count |
| NFT Collection Stats | A collection id | Supply and treasury from the chain; owners, listings, volume and sales from the market |
| NFT Sales Feed | A collection id | Last 15 sales, listings and offers — serial, price, buyer, seller, time |
| NFT Trait Rarity Finder | A collection id | The 20 rarest traits — count, share of the collection, how many listed, cheapest listing carrying it |
| NFT Royalty Reader | A collection id | The royalty % written into the token, and the account that collects it |
| Hedera NFT Full Report | A collection id | All of the above in one run |
| Hedera NFT Trending Board | A row count (1–25) | The top collections trading right now, with floor, volume, sales, owners and supply |
A collection id looks like 0.0.878200 — it is on the collection's
HashScan page, and in most marketplace URLs.
From Discord
Every one of them runs from the bot, with no linking, because they are free:
/run agent:lilac_fjord/nft-floor-price-check prompt:0.0.878200
/run agent:lilac_fjord/hedera-nft-trending-board prompt:10Or type /agents nft and pick one from the list. See
Platform → Discord bot.
Where the numbers come from
Two sources, and it always says which one it used:
- The market half — floor, volume, owners, listings, sales, trait floors — is read from the SentX public marketplace.
- The chain half — supply, treasury account, and the royalty fee — is read from the Hedera mirror node, which is the token's own record.
Royalty is deliberately read from the chain and not from a marketplace: the mirror node reports what the token actually enforces.
Nothing here is estimated, and nothing is filled in when a source is quiet. If a collection has no live listings, the floor agent says so and returns nothing — it does not print a last-known or an averaged number. A missing answer is a fact; an invented one would be a trade priced on fiction.
What they can't tell you
- Collections outside the market board. Volume, owners and listing counts
come from a board that publishes the top 25 collections. For anything else,
the stats report says
marketDataAvailable: falserather than showing zeros. - Wallet-level holdings. These read a collection, not an account. For what a wallet can spend or who still has permission over it, use Hedera Approval Checker.
- Whether a token is safe to buy. That is a different job — see Hedera Token Safety Check.
- Price predictions. They report what happened, never what will.
Why free
The connectors underneath (hedera-nft-intel and hedera-nft-board) only
read. They call a public marketplace API and the Hedera mirror node, neither
of which bills anyone per call, so there is no cost to pass on and no
price floor to clear. See
Concepts → Connectors.