Bitcoin SV MCP Server

MIT License
996
10
  • Apple
  • Linux

ordinals_getTokenByIdOrTicker

Fetch detailed BSV-20 token data by ID or ticker symbol using this Bitcoin SV tool. Verify authenticity, check supply metrics, and access token status for accurate blockchain insights.

Instructions

Retrieves detailed information about a specific BSV-20 token by its ID or ticker symbol. Returns complete token data including ticker symbol, supply information, decimals, and current status. This tool is useful for verifying token authenticity or checking supply metrics.

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": false, "properties": { "id": { "description": "BSV20 token ID in outpoint format (txid_vout)", "type": "string" }, "tick": { "description": "BSV20 token ticker symbol", "type": "string" } }, "type": "object" } }, "required": [ "args" ], "type": "object" }
ID: 2tjvjasfmo