Skip to main content
POST
Create Convert Quote

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.

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).

amount
string

The amount to be converted (denominated in the currency specified in from_account).

trade_incentive_metadata
TradeIncentiveMetadata · object

Trade incentive to waive trade fees.

Response

A successful response.

trade
object