POST
/
v2.01
/
{ClientId}
/
conversions
/
instant-conversion

This call triggers an immediate conversion at the market rate, of the debited funds to the credited wallet at the market rate. A quote is not required for an instant conversion.

Body parameters

AuthorId
string
required

The unique identifier of the user at the source of the transaction. In a conversion, both the debited and credited wallets are owned by the author.

DebitedWalletId
string
required

The unique identifier of the debited wallet (in the sell currency).

CreditedWalletId
string
required

The unique identifier of the credited wallet (in the buy currency).

DebitedFunds
object
required

Information about the debited funds.

CreditedFunds
object
required

Information about the credited funds.

Fees
object

Information about the fees taken by the platform for this transaction (and hence transferred to the Fees Wallet).

Note: The fees currency must match the debited funds currency.

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.

Responses