Skip to Content
DocsAPI ReferenceCartOverview

Cart

Shopping cart for ENS names. Items are organized by cart type (e.g. “buy”, “register”). All endpoints require authentication.

Base path: /api/v1/cart

Endpoints

MethodPathAuthDescription
GET/RequiredGet cart items with enriched ENS data
GET/summaryRequiredGet item counts by cart type
POST/RequiredAdd a single item to cart
POST/bulkRequiredBulk add up to 100 items
DELETE/:idRequiredRemove a single item
DELETE/RequiredClear cart (all or by type)
Last updated on