Skip to main content
POST
Commit Convert Trade

Authorizations

Authorization
string
header
required

A bearer token signed using your API Key Secret, see Creating API Keys section of our docs for more information. See Scope & Permissions for the permission each endpoint requires.

Path Parameters

trade_id
string
required

The ID of the trade to commit.

Body

application/json
from_account
string

The currency of the account to convert from (e.g. USD).

to_account
string

The currency of the account to convert to (e.g. USDC).

Response

A successful response.

trade
object