This document describes the **REST API** and resources provided by the **Aggregator Suite**. The REST APIs are for developers who want to integrate the **Aggregator Suite** into other applications. **Aggregator Suite’s REST API** provides access to all suite resources via URI paths. To use a REST API, your application will make an HTTP request and parse the response. The response format is JSON. Your methods will be the standard **HTTP** methods like GET, PUT, POST and DELETE. Because the REST A
Aggregator Suite: REST API Reference is a Postman Collection published by ZenLedger on the APIs.io network.
This document describes the REST API and resources provided by the Aggregator Suite. The REST APIs are for developers who want to integrate the Aggregator Suite into other applications. Aggregator Suite’s REST API provides access to all suite resources via URI paths. To use a REST API, your application will make an HTTP request and parse the response. The response format is JSON. Your methods will be the standard HTTP methods like GET, PUT, POST and DELETE. Because the REST A
The collection contains 6 requests organised into 6 folders.
Tagged areas include Crypto Tax, Digital Assets, Tax Compliance, Blockchain Analytics, and RegTech.
Requests & Folders
Authentication
The **Aggregator Suite** API uses a **JSON Web Token** to secure all data requests. Each one of the requests needs to contain the **JWT** which has an expiration of 30 minutes and needs to be refreshe
Portfolios
The Portfolios API resource allows to create wallet portfolios. 1. **Create Portfolio Endpoint**: This POST endpoint allows for the creation of new portfolios, requiring authentication via a bearer to
Taxes
The Taxes API resource allows to retrieve tax summary. 1. **GET Taxes Endpoint**: This GET endpoint allows for retrieval of tax summary, requiring authentication via a bearer token. These endpoints fo
Supported Exchanges and Wallets
The sources resource in the Aggregators API provides information about retrieving the list of supported wallet providers. By making a **GET** request to the `/aggregators/api/v1/sources` endpoint, you
Supported Currencies
The currencies resource in the Aggregators API provides information about retrieving the list of supported currencies. By making a **GET** request to the `/aggregators/api/v1/currencies` endpoint, you
Error Codes
The Aggregators API includes specific error codes to indicate and describe various issues and errors that may occur during API interactions. To help you quickly identify and understand these error cod