LISTING OF NFTS on EXTERNAL MARKETPLACES
NOTE:
Done before external integrations, to keep the sales fee consistent and the agent fee consistent across different marketplaces: changed minimum fee to 500 (5%) and agent cut to 5000 in tribaldex (50%).
OUR SYMBOLS
- Packs: CSPACKS
- gaming items: CSHOTS
- Lands: (listed separatedly on NFTShowroom)
How to fetch the data from Hive Engine nodes
MARKET
Sell book for Items:
Sell book for Packs:
INVENTORY
assets
packs
Mapping for our Image Server (if dont want to rely on slow IPFS)
https://play.crypto-shots.com/nft-images/hive/{schema}/{name}.png
NOTE:
- From the name attribute -> all spaces are replaced with underscore (_).
- All images are in .gif format (even static ones, for consistency).
Examples:
# Packs:
https://play.crypto-shots.com/nft-images/hive/level0.packs/Mythic_Pack.png
# Assets:
https://play.crypto-shots.com/nft-images/hive/weapon.skins/Skin_for_Elektra.gif
https://play.crypto-shots.com/nft-images/hive/game.characters/Minta_H'ani.gif
Fee Configuration:
How the 3rd party market gets their fee:
- In our own we use our admin account as
marketAccount
:
- The external marketplace uses their account as
marketAccount
:
RE: Wiki