Sellers
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
| Name | Description |
|---|---|
page | Products page number. |
pageSize | Products page size. |
productId | Restrict rows to a product. |
tokenId | Restrict 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.