Crypto avatars for your on-chain apps, as a microservice.
Provide a username to generate an avatar.
Each name will deliver a randomly choosed avatar
from the official CryptoPunks
dataset.
Just replace :string
with an username
or email
:
https://crypto-avatar.vercel.app/:string
You will receive a png
image with a size of 120*120px (default size)
You can pass in a size
query parameter to get the size you want:
https://crypto-avatar.vercel.app/example?size=30