Skip to main content

Sellers

GET /api/public/v1/sellers/{'}identifier{'}

Resolve a DYLI seller by username or wallet and return their public profile, X handle, boxes, products, Fair Drop status, and summary counts.

Use this for seller pages, storefronts, and partner dashboards. Pass whichever identifier you already have.

Example

curl "https://www.dyli.io/api/public/v1/sellers/pokeplaza?pageSize=100" \
-H "x-api-key: $DYLI_API_KEY"
curl "https://www.dyli.io/api/public/v1/sellers/0xC0f9f193694e8300Fe60C5621Bd92B9Bf8007907?pageSize=100" \
-H "x-api-key: $DYLI_API_KEY"

Query Parameters

NameDescription
pageProducts page number.
pageSizeProducts page size.
productIdRestrict rows to a product.
tokenIdRestrict rows to a token.

identifier can be a DYLI username, @username, or an EVM wallet address. Usernames are lowercase letters and numbers, up to 16 characters.

The seller object includes username, name, x, x_handle, wallet fields, and public product/box rows.