Hive Engine NFT Directory.
Read balances, collection metadata, and market state from a live Hive Engine NFT cache.
HE nodes
Hive Engine RPC
block-watcher
queues touched accounts
cache DB
refreshed on query
API
read-only JSON
๐ Endpoint reference
Browse all endpoints, parameters, and response shapes.
View reference →โ Try it
Explore the API with live requests and example responses.
Open API explorer → GET
/nfts/{symbol}/{id} Draft shape
{
"symbol": "MYNFT",
"nft_id": 1,
"account": "alice",
"owned_by": "u",
"delegated_to": null,
"delegated_to_type": null,
"soul_bound": true,
"properties": {
"Name": "Cool NFT #1",
"thumb": "https://images.example/mynft/1.png",
"rarity": "rare"
},
"refreshed_at": "2026-07-05T00:04:02Z",
"collection_name": "My Collection",
"display": {
"name": "Cool NFT #1",
"image": "https://images.example/mynft/1.png",
"collection": "My Collection",
"attributes": {
"rarity": "rare",
"speed": 87
}
},
"open_order": {
"price": "12.500",
"price_symbol": "SWAP.HIVE",
"account": "alice",
"ts": "2026-07-01T12:00:00Z"
}
}