Version [v1.3.7 ] (Prod)

🆕 Added 429 Error Response for Consolidate wallet assets API

With this release, users can make a wallet consolidation request every 15 seconds. The Consolidate wallet assets API has a new 429 RATE_LIMIT_EXCEEDED error response.

{
"success": false,
"data": {},
"message": "Another consolidation session related to this wallet is in progress. Please try again in 15 seconds",
"code": "RATE_LIMIT_EXCEEDED"
}

⬆️ Updated 400 Error Response for Consolidate wallet assets API

Fixed an issue where the total balance returned during consolidation was inaccurate when multiple deposit wallet addresses did not meet the required threshold amount.

The Consolidate wallet assets API now returns a clear error message when a deposit wallet does not meet the minimum threshold required to consolidate native non-UTXO from multiple addresses.

Example error message:

"Insufficient balance. Address 0x0000E064aa1180605666df8E9A39481DCf9c5335 requires at least 0.00200485 CELO (0.001 CELO min threshold + 0.00100485 CELO gas fee), but has only 0.000449 CELO."

⬆️ Updated Liminal Express SDK

Updated the latest version of Liminal Express SDK to v1.3.7. Ensure to update the required impact applications.

  1. The Docker container image to /liminal-sdk-api:1.3.7. Refer to the Update Liminal Express guide to update to the latest version.
  2. The Express Developer Postman collection. Refer to Liminal Express Developer_1.3.7 (v1).postman_collection and Liminal Express Developer_1.3.7 (v2).postman_collection to download the latest version.

🛠️ Consolidate Multiple Addresses for Solana Fix

Fixed an issue where consolidating Solana funds from multiple addresses returned a 400 Insufficient Balance error when Firewall was enabled. The issue is now resolved, and the Consolidate wallet assets API returns a 200 OK Success response as expected.