Added
Quoted and Instant Conversions now available for Client Wallets
Platforms can now convert funds between their Fees Wallets and Repudiation Wallets. Two new endpoints have been added:- POST Create a Quoted Conversion between Client Wallets
- POST Create an Instant Conversion for Client Wallets
- The quote used cannot specify fees
- You can’t create a conversion between a user wallet and a client wallet.
FundsType
are possible:FEES
toFEES
FEES
toCREDIT
CREDIT
toCREDIT
CREDIT
toFEES
Changed
CreditedFunds Amount can be sent on quotes
Platforms can now specify the credited amount on a quote to define how much currency to buy. TheAmount
must be provided in either the CreditedFunds or DebitedFunds parameters. An error is returned if you don’t provide an amount, if you send both.The following endpoint has been updated:For more information, see the updated FX guide.