Skip to main content
POST
Create Convert Quote

Authorizations

Authorization
string
header
required

A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Creating API Keys section of our Coinbase App Authentication docs for information on how to generate your Bearer Token.

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