list_trades
Retrieve all user trades from Bitpanda API, sorted by newest first, with cursor-based pagination. Filter by trade type and set page size for efficient data access.
Instructions
Lists all user's trades from the Bitpanda API. Newest trades come first. Response is cursor paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Id of the last known trade by the client. Only trades after this id are returned. Empty or missing cursor parameter will return trades from the start. | |
page_size | No | Size of a page for the paginated response | |
type | No | One of `buy` or `sell` |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Bitpanda Server
Related Tools
- @matteoantoci/mcp-bitpanda
- @matteoantoci/mcp-bitpanda
- @matteoantoci/mcp-bitpanda
- @sammcj/bybit-mcp
- @kenjihikmatullah/productboard-mcp
- @smithery-ai/shopify-mcp-server-main-1