Integrate Identicons to your project

Modified on Tue, 11 Jul 2023 at 04:15 PM

Improvement of the ecosystem is all about collaboration. That’s why we aim to make identicons easily accessible for other projects building on Stellar.


And since it would be confusing to see one Stellar address visualized differently in various products, we have built a dead-simple API tool for anyone who would want to integrate identicons in their product.


So how do you get an identicon? Let’s say you have a Stellar address:

GDRBDWNJSO3QO7V7L75VKLMECQGVVAXYUW2WOG45UKESQCXS4LA5M7YN

To get the identicon for this address, use the following URL:


https://id.lobstr.co/GDRBDWNJSO3QO7V7L75VKLMECQGVVAXYUW2WOG45UKESQCXS4LA5M7YN.png

Resulting identicon:


All you need to do is make a GET request to obtain the image:


GET https://id.lobstr.co/YOURPUBKEY.png

We have also open-sourced the code used to generate identicons for those interested in direct integration.

See the following Github repositories for more details: 



A few more details about identicons


If you are interested in integration, you might want to know that each identicon: 


  • is generated only once, then saved and served fast
  • is served through global CDN (Cloudfront) for fast delivery and high availability
  • is served as a square image in PNG format 
  • has a file size of <1KB 
  • has dimensions of 200x200 pixels 
  • can be generated locally using open-sourced code


We believe this makes identicons ideal for most use cases and projects built on Stellar.


Have additional questions or need assistance with integration? Contact us over at support@lobstr.co

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article