Skip to main content
Glama

Bitcoin SV MCP Server

by b-open-io

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/b-open-io/bsv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server