Get Account Transactions From TaxBit

Retrieve all transactions associated with a given account using your system's unique identifier for the Account.

Path Params
string
required

Your system's unique identifier for the Account

Query Params
string

A token used to indicate when to resume pagination of results. This is provided by the API in response to a previous request.

integer

The number of transactions to include in each page of results returned by the API

date-time

The date to indicate when to begin the search for transactions, specified in the ISO-8601 date format. If a date is not provided, the search will begin from the earliest available transaction

date-time

The date to indicate when to end the search for transactions, specified in the ISO-8601 date format. If a date is not provided, the search will continue until the most recent transaction

string
enum
Defaults to -date

Determines the sorting order of the transactions by date. Use '-date' for descending order or '+date' for ascending order. The default response is in descending order

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json