⚙️Foraging API
Last updated
Last updated
Unlike the other API endpoints that rely on on-chain token IDs for identifying unique NFTs, the off-chain foraging endpoints use a combination of different IDs to return results. It’s important to know which ID to use and when.
An on-chain token ID that can be found using chain explorers.
A universal placeholder that identifies an item in the foraging system before a unique instance of the item being crafted. BaseIDs can be found in the Crafting > Blueprints section of the Appendix documentation (use the HEX Base ID value).
A specific instance of an item in the off-chain foraging game.
When an Item is crafted, the system uses the BaseID to create an InternalID of that item’s instance. When the item is moved on-chain, a TokenID is minted along with it.
Blueprints are minted directly to wallets and so do not have an InternalID.
Some APIs reference time periods displayed as a Unix Epoch. This timestamp can be found by using a converter.