GuidesAPI ReferenceChangelog
Log In
Changelog

19 March 2026

🔜 Coming soon

  1. Cross-chain bridging and token swaps API— A new Transfers API that will let you move funds across blockchains (Polygon and Ethereum) as well as convert USDT-USDC within your Mural Account. If you are curious about the progress here or want to be an early adopter, please reach out at [email protected]

🌐 New Routes

  1. MXN (Mexican Peso) pay-ins via new MXN Named Virtual Accounts — Your Mural Accounts now include MXN pay-in method details. Fund accounts via SPEI using the provided CLABE number — returned automatically in the Account's payinMethods array. No Payins API call needed. your users initiate transfers directly through their bank.
  2. BRL (Brazilian Real) pay-ins via new BRL named Virtual Accounts — Your Mural Accounts now include BRL pay-in method details. Fund accounts via PIX using the provided PIX BR code — returned automatically in the Account's payinMethods array. No Payins API call needed. Your users initiate transfers directly through their bank.

🚀 New APIs

  1. Beta: introducing KYC “Tiers” and a New Compliance API - see here for API documentation and here for an overview of Compliance Tiers. Note, this is only available for beta users. If you would like to try this out, please contact the mural team at [email protected]
  2. Validate Bre-B bank account keys for COP payouts with a new utilities endpoint - see here

⭐ Enhancements

  1. We now filter out ERC20 dust/spam transactions from user-facing views and Transactions API, filters out anything under .01 USDC/T
  2. Error handling improvements across the board on Payouts and Accounts APIs, before where we were throwing generic Internal Server Error , we are now throwing debuggable 4xx errors
  3. We now expose exchange rate on the Payin and Transaction models
  4. Updated South Africa province names to show the correct English province names (before we showed iTlhagwini-Kapa instead of Northern Cap)

🐛 Bug Fixes

  1. Relaxed COP bank account validation in the Payouts API and Payout Methods API to accept account numbers with leading zeros (6-18 digits) and updated Cédula de Extranjería (CE) document validation to accept 6-12 alphanumeric characters. These changes resolve cases where valid Colombian bank accounts or CE document numbers were incorrectly rejected during payout method creation.
  2. Fix Account creation race condition that returned a 4xx error erroneously