MYTY Avatar Registry is an all-in-one solution for retrieve the resources of the Web3 avatars. We provide various types of avatars in the registry such as
NFT-based Camera Filters
PFP Collections
NFT Gaming Characters
You can check out the full avatar lists -- here.
An application builder does not need to think about avatars, filters anymore.
Getting started
First of all, you need to request an API key. Please contact our team via email, DM, etc.
We provide a playground, you can easily play with our APIs.
Basics
https://api.myty.space/v0
is the right path for now, but we are going to release v1 soon! Stay tuned!
Supported NFT Collections
As we mentioned, we provide a various types of avatars. In order to get the catalog of supported avatar, you need to request following API. (Don't forget you need to add your
Almost done, you probably notice that there are multiple response of GoblinTown Assets. That's not a weird thing. As our SDK/Kit has been upgraded, we have many types of GoblinTown in our registry. Please be aware that which version of MYTY SDK you are using, and pick the right one. (Usually you will pick the latest version of assets) Here our logic shown below :
List of AvatarAssetInfo received
Filter out using avatar > deprecated && avatar > kitVersion
Match with tokenIds and merge it with ownership info received before (e.g., for Doodles, we should fetch two assets)
Get the latest one using avatar > updatedAt.
Then, please find assetUri from the response. It will guide to the UnityAssetBundle you need.
Yes you're done, you can play with the AssetBundle!