get-exchange-transactions
Retrieve transaction data for a specific exchange, including details like types, dates, and currencies, using a portfolio identifier. Ideal for tracking and analyzing crypto exchange activities.
Instructions
Get transaction data for a specific exchange.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
currency | No | Currency for price data | USD |
from | No | Start date in ISO 8601 format | |
limit | No | Number of results per page | |
page | No | Page number | |
portfolioId | Yes | The identifier of portfolio, which you received from /exchange/balance response. | |
to | No | End date in ISO 8601 format | |
types | No | Transaction types, comma separated (deposit,withdraw,approve,executed,balance,fee) |