MCP Bitpanda Server

get_asset_info

Retrieve detailed asset information using its trading symbol on the MCP Bitpanda Server, enabling programmatic access to cryptocurrency exchange data.

Instructions

Retrieves detailed information for a specific asset by its symbol.

Input Schema

NameRequiredDescriptionDefault
symbolYesThe trading symbol of the asset (e.g., BTC, XAU)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "The trading symbol of the asset (e.g., BTC, XAU)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Bitpanda Server

Related Tools

ID: af8fynmx2i