Create FX Order

Creates and executes a new foreign exchange (FX) order. The v2 order requires specifying a counterpartyId and a bankChannelId for the destination of the funds. You must also provide a valid quoteId to lock in the exchange rate.

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

Request payload for creating a new foreign exchange or crypto order. The order can represent either a purchase (BUY) or a sale (SELL) of currency or stablecoin, depending on the source and target currencies. Orders may optionally reference a quote for price locking.

Schema for submitting a new order to buy or sell a currency. Requires counterparty, idempotency ID, currency pair, and amount. Optionally includes quote or bank channel information.

string
required

Idempotent ID to ensure request uniqueness and deduplication

uuid
required

Resource unique identifier

uuid

Resource unique identifier

uuid

Resource unique identifier

currencyPair
object
required

Currency pair used to define the operationt type

amount
object
required

Monetary amount in cents

Headers
string

Access Token

const
enum
required

Indicates the version of Trace Finance's API to be used. This header should be included by clients using version 2 of the API

Allowed:
Responses

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