Ordiscan: searchStamps
searchStampsSearch the Bitcoin Stamps index (Stampchain.io) with multiple filters: free-text query, creator address, collection, Counterparty asset ID, BTC vs cursed filtering, and pagination. Use this for stamp discovery and curated collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpid | No | Counterparty asset ID (CPID), e.g. 'A12345...', identifying a specific stamp asset. | |
| page | No | 1-indexed page number for paginating results. | |
| limit | No | Hard cap on total results returned. Use as an alternative to page_size for one-shot calls. | |
| query | No | Free-text query against stamp asset names, descriptions, and metadata. | |
| creator | No | Filter to stamps issued by a specific Bitcoin/Counterparty creator address. | |
| is_cursed | No | If true, only return cursed stamps (out-of-spec issuances); if false, exclude them. | |
| page_size | No | Items per page (1-100). Defaults to API default. | |
| sort_order | No | Result ordering by stamp number: 'ASC' (oldest first) or 'DESC' (newest first). | |
| is_btc_stamp | No | If true, only return canonical BTC Stamps; if false, exclude them. | |
| collection_id | No | Filter to stamps belonging to a Stampchain collection ID. |