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


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


API User Client

  • Request Quote: https://api.parfin.io/v1/user-api/crypto/quote/request

  • Execute 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