Skip to main content
GET
/
v1
/
social
/
identicon
/
{id}
Get identicon
curl --request GET \
  --url https://api.joyride.exchange/v1/social/identicon/{id}
"<string>"

Path Parameters

id
string
required

Identifier to generate identicon for

Query Parameters

size
integer
default:128

Image size in pixels (32-512, default 128)

Required range: 32 <= x <= 512

Response

200 - image/svg+xml

SVG identicon

The response is of type string.