Bitcoin SV MCP Server

MIT License
996
10
  • Apple
  • Linux

ordinals_marketSales

Retrieve recent sales data for BSV-20 and BSV-21 tokens on the Bitcoin SV ordinals marketplace. Analyze market activity, track token sales, and filter results by ID, ticker, or seller address to gain insights into trends.

Instructions

Retrieves recent sales data for BSV-20 and BSV-21 tokens on the ordinals marketplace. This tool provides insights into market activity, including sale prices, transaction details, and token information. Supports filtering by token ID, ticker symbol, or seller address to help analyze market trends and track specific token sales.

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": false, "properties": { "address": { "description": "Bitcoin address", "type": "string" }, "dir": { "default": "desc", "description": "Sort direction (asc or desc)", "enum": [ "asc", "desc" ], "type": "string" }, "id": { "description": "Token ID in outpoint format", "type": "string" }, "limit": { "default": 20, "description": "Number of results (1-100, default 20)", "maximum": 100, "minimum": 1, "type": "integer" }, "offset": { "default": 0, "description": "Pagination offset", "minimum": 0, "type": "integer" }, "pending": { "default": false, "description": "Include pending sales", "type": "boolean" }, "tick": { "description": "Token ticker symbol", "type": "string" }, "tokenType": { "default": "bsv20", "description": "Type of token to search for (bsv20, bsv21, or all)", "enum": [ "bsv20", "bsv21", "all" ], "type": "string" } }, "type": "object" } }, "required": [ "args" ], "type": "object" }
ID: 2tjvjasfmo