Q

QR Code & Identicon Generator · Identicon

by QR Code & Identicon Generator

POSTBaseArbitrumPolygon

$0.005

per call · USD Coin on Base

Identicon generator — turn an exact UTF-8 seed into a deterministic mirrored avatar returned as base64-encoded SVG or PNG in JSON.

Endpoint

POST https://visuals.use.x402atlas.com/identicon

3

Calls / 30d

2

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://visuals.use.x402atlas.com/identicon", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "background": "#ffffff",
    "format": "svg",
    "seed": "wallet:example-1234",
    "size": 128
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://visuals.use.x402atlas.com/identicon" \
  -H "Content-Type: application/json" \
  -d '{"background":"#ffffff","format":"svg","seed":"wallet:example-1234","size":128}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "content_base64": "PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPHJlY3Qgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIGZpbGw9IiNmZmZmZmYiLz4KPHBhdGggZmlsbD0iIzkwMjM0MiIgZD0iTTE5IDE5aDE4djE4aC0xOHpNNTUgMTloMTh2MThoLTE4ek05MSAxOWgxOHYxOGgtMTh6TTM3IDM3aDU0djE4aC01NHpNMzcgNTVoNTR2MThoLTU0ek01NSA3M2gxOHYxOGgtMTh6TTE5IDkxaDE4djE4aC0xOHpNNTUgOTFoMTh2MThoLTE4ek05MSA5MWgxOHYxOGgtMTh6Ii8+Cjwvc3ZnPgo=",
  "format": "svg",
  "height": 128,
  "kind": "identicon",
  "media_type": "image/svg+xml",
  "render_version": "mirror-grid-v1",
  "sha256": "e2f996520ac504a0b206b194d86269acdb87cbae5652ee1a9a90236d0d281e55",
  "width": 128
}

Payment details

Pay to0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from QR Code & Identicon Generator & similar services