$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/identicon3
Calls / 30d
2
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
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 -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
0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Media & Generation and the homepage with a featured placement.
More from QR Code & Identicon Generator & similar services
QR Code & Identicon Generator · QR
visuals.use.x402atlas.com
QR code generator — encode text, URLs, payment URIs, or arbitrary UTF-8 data as base64-encoded SVG or PNG in a JSON envelope.
Text-to-speech · TTS
agent402.tools
Convert text to speech using OpenAI TTS-1. Returns base64-encoded audio (mp3/opus/aac/flac/wav/pcm). 10 voices available. No API key needed; pay per call via x402. Text capped at 2000 chars.
Fly · Generate Image
nanobanana-x402.fly.dev
Generate an AI image from a text prompt using Google Gemini 3.1 Flash Image. Returns base64-encoded PNG. Optional aspectRatio (1:1, 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 4:5, 5:4, 21:9). Backed by Google's Gemini image preview model — fast, high-quality, supports text rendering inside images.