Search Inscriptions
ordnet_search_inscriptionsSearch BSV blockchain for inscriptions matching a query, optionally filter by content type, and retrieve results with a total count.
Instructions
Search for inscriptions on the BSV blockchain.
Args:
query (string): Search query
contentType (string, optional): Filter by content type
limit (number): Maximum results (default: 20)
Returns: { inscriptions: [...], count }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 20) | |
| query | Yes | Search query | |
| contentType | No | Filter by content type (e.g., "text/html") |