Release Notes - Versão 3.19.0
Release Date: 06/10/2025
1. Overview
This release brings two main features:
Quotes Monitoring, with reports, webhook notifications, and new error statuses for quotes.
Protected API Secret, which allows encrypted generation of access credentials for end users.
2. What's New
- Quotes Monitoring
Creation of two new reports for querying quotes with errors and/or rejections;
Webhook-based notification system for quotes with errors and/or rejections;
Addition of new error statuses for quote requests and quote executions
- Feature documentation: Quotes Monitoring
- Protected API Secret
- Updates to the process of generating access credentials for end users
- Feature documentation: Generating Access Credentials for End-users (CaaS)
- Updates to the process of generating access credentials for end users
3. Integration Impact
3.1 Addition of New Error Statuses for Quotes
Impacts integrations
In addition to the existing statuses, quotes (quote requests and executions) may now also return the following new statuses:
- ERROR_CONFIG
- ACCEPTED_ERROR_CONFIG
These new statuses can be seen both in the RFQ - Quotes report (under the “Status Quote” column) and in the responses from the following API endpoints:
Main API Principal - Crypto as a service - RFQ
- Request Quote:
https://api.parfin.io/v1/api/crypto/quote/request/{user_id} - Execute Quote:
https://api.parfin.io/v1/api/crypto/quote/execute/{user_id}/trade/{quote_id} - Get Quote by ID:
https://api.parfin.io/v1/api/crypto/quote/user_id/{user_id}/quote_id/{quote_id} - List Quotes:
https://api.parfin.io/v1/api/crypto/quote
Request Quote:
https://api.parfin.io/v1/user-api/crypto/quote/requestExecute Quote:
https://api.parfin.io/v1/user-api/crypto/quote/execute/trade/{quote_id}Get Quote by ID:
https://api.parfin.io/v1/user-api/crypto/quote/{quote_id}
3.2 Protected API Secret
Does not impact integrations.
References
Quotes Monitoring
https://support.parfin.io/en/support/solutions/articles/80001184601
Protected API Secret
https://support.parfin.io/en/support/solutions/articles/80001185206
Parfin API Documentation (RFQ)
https://docs.parfin.io/#tag/RFQ
Parfin User-Client API Documentation (RFQ)
https://docs.parfin.io/user-client#tag/RFQ