Create a Currency Exchange

This endpoint creates a request to exchange one currency to another on the user's account.

The dryRun query parameter allows you to check the resulting exchange rate and fee amount without performing the actual exchange.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

If true, the exchange will not be performed; only expected exchange info is returned.

Body Params
uuid

Unique identifier for the direct exchange.

string
required

The account from which funds are being exchanged.

string

The account to which funds are being exchanged.

string
required

Currency being exchanged.

string
required

Currency being received in the exchange.

string

Amount of currency being exchanged.

string

Amount of currency received from the exchange.

signedRate
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*