list_commodity_transactions
Retrieve paginated lists of all commodity transactions from the Bitpanda API, sorted by newest first. Use cursor pagination to manage and access transaction data efficiently.
Instructions
Lists all user's commodity transactions from the Bitpanda API. Newest commodity transactions come first. Response is cursor paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | 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. | |
page_size | No | Size of a page for the paginated response |