Ordiscan: searchStamps
searchStampsSearch the Bitcoin Stamps index using filters for query, creator, collection, asset ID, and stamp type. Discover stamps from curated collections.
Instructions
Search 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 |
|---|---|---|---|
| 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. | |
| collection_id | No | Filter to stamps belonging to a Stampchain collection ID. | |
| cpid | No | Counterparty asset ID (CPID), e.g. 'A12345...', identifying a specific stamp asset. | |
| is_btc_stamp | No | If true, only return canonical BTC Stamps; if false, exclude them. | |
| is_cursed | No | If true, only return cursed stamps (out-of-spec issuances); if false, exclude them. | |
| sort_order | No | Result ordering by stamp number: 'ASC' (oldest first) or 'DESC' (newest first). | |
| page | No | 1-indexed page number for paginating results. | |
| page_size | No | Items per page (1-100). Defaults to API default. | |
| limit | No | Hard cap on total results returned. Use as an alternative to page_size for one-shot calls. |