get-exchange-transactions
Retrieve transaction history for cryptocurrency exchanges by specifying portfolio, date range, and transaction types to track deposits, withdrawals, fees, and balances.
Instructions
Get transaction data for a specific exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| portfolioId | Yes | The identifier of portfolio, which you received from /exchange/balance response. | |
| page | No | Page number | |
| limit | No | Number of results per page | |
| from | No | Start date in ISO 8601 format | |
| to | No | End date in ISO 8601 format | |
| currency | No | Currency for price data | USD |
| types | No | Transaction types, comma separated (deposit,withdraw,approve,executed,balance,fee) |