get_stamp_market_data
Retrieve detailed market data for a specific Bitcoin Stamp using its ID via the Stampchain MCP Server. Ideal for analyzing stamp valuations and transaction trends.
Instructions
Retrieve detailed market data for a specific stamp (v2.3 feature)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
stamp_id | Yes | The ID of the stamp to get market data for |
Input Schema (JSON Schema)
{
"properties": {
"stamp_id": {
"description": "The ID of the stamp to get market data for",
"type": [
"number",
"string"
]
}
},
"required": [
"stamp_id"
],
"type": "object"
}