🛠️ Improvements
Crypto Orchestration
- Additional Rails and Tokens on Create Customer Wallets
POST /v2/customers/{customer_id}/walletsnow provisions wallets onBASEin addition toETHEREUM,POLYGON, andSOLANA, and supports native and stablecoin tokens beyondUSDC.
Virtual Accounts
- Additional Crypto Tokens and Networks on Create Virtual Account V2
POST /v2/customers/{customer_id}/virtual-accountsnow acceptsUSDTandEURCindestination.currency(previouslyUSDConly), andETHEREUM,SOLANA, andBASEindestination.rail(previouslyPOLYGONonly).- Availability depends on the token, the network, and the
source.rail. See Supported rails and currencies for the valid combinations. - The
destination.walletaddress format now depends on the selected rail.ETHEREUM,BASE, andPOLYGONuse hexadecimal addresses, andSOLANAuses base58.
- Availability depends on the token, the network, and the
Beneficiaries
- Additional Crypto Tokens and Networks for Bank and E-Wallet Beneficiaries on Create Beneficiary V3
POST /v3/beneficiariesnow acceptsUSDTandEURCindeposit_instruction.currencyandrefund_instruction.currency(previouslyUSDConly), andETHEREUM,SOLANA, andBASEindeposit_instruction.railandrefund_instruction.rail(previouslyPOLYGONonly).- The
currencyandrailofdeposit_instructionandrefund_instructionmust match. - Available rails and currencies depend on the configuration set up for your account. Contact support to confirm what is enabled for you.
- The
- Additional Chains and Tokens for External Crypto Wallet Beneficiaries On the External Crypto Wallet beneficiary type,
destination_wallet.railnow acceptsBASEalongsidePOLYGON,ETHEREUM, andSOLANA.destination_wallet.currencynow acceptsETH,SOL,MATIC,USDT,EURC,PYUSD, andUSDPTalongsideUSDC.- Not every token is available on every chain.
USDPTis available onSOLANAonly.
- Not every token is available on every chain.
