Skip to main content

Digital Packs

Digital packs are product-backed pack openings with sealed inventory, opened history, and recent public activity.

GET /api/public/v1/digital-packs
curl "https://www.dyli.io/api/public/v1/digital-packs?productId=31406" \
-H "x-api-key: $DYLI_API_KEY"

You can also put the product id in the path:

curl "https://www.dyli.io/api/public/v1/digital-packs/31406" \
-H "x-api-key: $DYLI_API_KEY"

The response includes product metadata, pack price, sealed count, opened count, paginated recent activity, and a simple pack history summary.

Query parameters:

NameDescription
productIdDYLI product id for the digital pack product.
page, pageSizePages recent activity rows. Defaults to page=1&pageSize=10. pageSize max is 50. Alias: limit.

Public API responses are anonymous read data. User wallet balances, owned unopened packs, and pending personal settlements are not returned through this wrapper.