Listings
Manage ENS name listings on the Grails marketplace. Listings represent names offered for sale with a price, currency, and optional expiration.
Base path: /api/v1/listings
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | / | None | List listings with filtering and pagination |
| GET | /name/:name | None | Get active listings for an ENS name |
| GET | /:id | None | Get a single listing by ID |
| POST | / | Required | Create a new listing |
| PUT | /:id | Required | Update listing price or expiry |
| DELETE | /:id | Required | Cancel a listing |
Last updated on