4 credits per request
You will get
You will get
- Complete list of buy/sell operations
- Transaction dates and amounts
- Price information at time of transaction
- Supports pagination for viewing large transaction sets
Required
Required
This endpoint is only available for users with a Degen plan subscription.
- shareToken: Get this from your CoinStats portfolio page by clicking “Share” and copying the token from the share URL
Optional
Optional
- page & limit: Control the number of transactions per page
- currency: Specify the currency for price values
- from & to: Filter transactions by date range
- passcode: Passcode for accessing protected portfolio data (can be passed in header or query parameter)
Authorizations
API key needed to access the endpoints. Example: 'demo-api-key'
Headers
Passcode for accessing protected portfolio data
Example:
"123456"
Query Parameters
Page number to retrieve (1-based indexing)
Example:
1
Number of items to return per page
Example:
20
The fiat currency to return values in
Example:
"USD"
Coin ID to filter transactions for a specific coin
Example:
"bitcoin"
Passcode for accessing protected portfolio data
Example:
"123456"