tempaitown/backend/controllers/pack-reads/packs.js
Get A Pack
Read a collection by slug or address, with the right choice between combined, static, and live payloads.
BUILD ON AURA
Get Pack Data
Routes
Which Route To Start With
- https://api.auramaxx.gg/api/packs/:slugOrAddress gives the combined pack payload.
- https://api.auramaxx.gg/api/packs/:slugOrAddress/static gives the static collection shell data.
- https://api.auramaxx.gg/api/packs/:slugOrAddress/live gives the live market payload.
When To Use Which
Practical Rule
- Use the combined route when you are rendering a collection page and want one server payload.
- Use /static when you only need pack metadata and card definitions.
- Use /live when you need the market-facing live lane without the full static shell.
Document Reference
tempaitown/backend/controllers/pack-reads/packs.js
