Chonk Rendering Service

The Chonk Rendering Service exposes HTTP GET endpoints to retrieve the 2D onchain Chonk images, with optional support for generating images using randomized traits from their backpacks.

Available Endpoints:

Get Chonk image by ID

GET /chris/chonk/:id

Returns a 2D image for the specified Chonk ID.

Query Parameters:

format: Image format (svg or png). Defaults to svg.
r: If present, randomly selects the Chonk's traits from their backpack.

Examples:

Get Random Chonk Image for Owner

GET /chris/owner/:addressOrEns

Returns a 2D image for a random Chonk owned by the specified address or ENS name. If an index is provided, returns the specific Chonk at that index in the owner's wallet.

Query Parameters:

format: Image format (svg or png). Defaults to svg.
r: If present, randomly selects the Chonk's traits from their backpack.
index: If present, returns the Chonk at the specified index in the owner's collection (0-based).

Examples:

Built with love for FoC art and TBAs by mike.sylphdapps.eth