MCP Bitpanda Server

list_commodity_transactions

Retrieve a paginated list of all user commodity transactions from the Bitpanda API, sorted by newest first. Use cursor and page size parameters to manage pagination efficiently.

Instructions

Lists all user's commodity transactions from the Bitpanda API. Newest commodity transactions come first. Response is cursor paginated.

Input Schema

NameRequiredDescriptionDefault
cursorNoId of the last known commodity transaction by the client. Only commodity transactions after this id are returned. Empty or missing cursor parameter will return commodity transactions from the start.
page_sizeNoSize of a page for the paginated response

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cursor": { "description": "Id of the last known commodity transaction by the client. Only commodity transactions after this id are returned. Empty or missing cursor parameter will return commodity transactions from the start.", "type": "string" }, "page_size": { "description": "Size of a page for the paginated response", "exclusiveMinimum": 0, "type": "integer" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP Bitpanda Server

Related Tools

ID: af8fynmx2i