list_crypto_transactions
Retrieve paginated crypto transaction history from Bitpanda API, sorted from newest to oldest. Filter by type and status, and use cursor-based pagination for efficient data retrieval.
Instructions
Lists all user's crypto transactions from the Bitpanda API. Newest crypto transactions come first. Response is cursor paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Id of the last known crypto transaction by the client. Only crypto transactions after this id are returned. Empty or missing cursor parameter will return crypto transactions from the start. | |
page_size | No | Size of a page for the paginated response | |
status | No | One of `pending`, `processing`, `unconfirmed_transaction_out`, `open_invitation`, `finished` or `canceled`. | |
type | No | One of `buy`, `sell`, `deposit`, `withdrawal`, `transfer`, `refund` or `ico`. |
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
- @matteoantoci/mcp-bitpanda
- @longmans/coin_api_mcp
- @matteoantoci/mcp-bitpanda