Browse
400, 429, 502.
One collection
stale: true only when both sources fail. Errors: 404, 429.
Floor
They aren’t interchangeable. If you’re showing a buyer “the floor”,
buyerFloor
is the honest number. If you’re comparing against another aggregator’s floor,
askFloor is usually the like-for-like one.
stale: true marks a last-known-good buyerFloor, and only happens on Solana
and Ethereum.
Never returns 502 — a total failure comes back as null floors with a 200.
Returns 404 when the id doesn’t resolve, or resolves to something with no
usable chain.
Don’t trust stored supply and floor
Indexed collection records carrytotalSupply and floorPrice fields that go
stale quickly. We don’t render them and neither should you — use the floor
endpoint, and treat supply from a collection record as indicative.
