We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17caad8 commit c01d2caCopy full SHA for c01d2ca
1 file changed
blockapi/v2/api/nft/unisat.py
@@ -378,6 +378,7 @@ def fetch_listings(
378
all_items: Optional[bool] = None,
379
sort_by: NftSortBy = NftSortBy.UNIT_PRICE,
380
sort_order: int = -1,
381
+ cursor: Optional[str] = None,
382
) -> FetchResult:
383
"""
384
Fetch all current listings (sell offers) for a specific collection.
@@ -548,6 +549,7 @@ def fetch_offers(
548
549
domain_type: Optional[str] = None,
550
collection: Optional[str] = None,
551
limit: int = 499,
552
553
554
555
Fetch listing events (historical or recent) in a collection.
0 commit comments