Skip to main content
POST
Commit Convert Trade

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.

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