Skip to main content
GET
/
api
/
offers
/
collection
/
{collectionAddress}
curl "https://api.krownlabs.app/api/offers/collection/0x123...?status=active"

Documentation Index

Fetch the complete documentation index at: https://docs.krownlabs.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

collectionAddress
string
required
Collection contract address

Query Parameters

status
string
Filter by status (active, accepted, cancelled, expired)
page
integer
default:"1"
Page number
limit
integer
default:"50"
Results per page

Response

Returns both collection-wide offers and individual token offers for this collection.
curl "https://api.krownlabs.app/api/offers/collection/0x123...?status=active"