Bankless API
  • Introduction
  • Using the API
  • Authentication
  • Endpoints
    • Claimables
    • Quests
  • Other Services
    • Onchain MCP
    • Wallet Images (WIMG)
    • Public Data
  • Useful Resources
    • FAQs
    • Submit a Claimable
    • Status
Powered by GitBook
On this page
  • Introduction
  • Examples

Was this helpful?

  1. Other Services

Wallet Images (WIMG)

PreviousOnchain MCPNextPublic Data

Last updated 5 months ago

Was this helpful?

This is a public endpoint and does not require any authentication.

Introduction

WIMG is a free service by Bankless available to everyone, providing an image or avatar for any given wallet address - regardless of chain. Think Gravatar, but for wallets!

All you need to do is load the below URL into an image tag or component on your app, and you'll always have an image or avatar for that given wallet address.

https://www.bankless.com/wimg/{address}

If we don't already have an image or avatar cached for a wallet, we'll fetch it from the relevant name service (ENS for example) or we'll generate a brand new unique image just for that wallet if one doesn't exist elsewhere.

We have full support for EVM wallets, ENS names, Solana, SUI, Cosmos, and more.

Cached images are replicated across the following locations:

  • New York, USA

  • London, UK

  • Sydney, Australia

Examples

josh.eth is an ENS name with an assigned avatar, so loads the following:

https://www.bankless.com/wimg/josh.eth