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 |