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