Skip to main content
POST
/
v1
/
portfolios
/
{portfolio_id}
/
accept_quote
Accept Quote
curl --request POST \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/accept_quote \
  --header 'Content-Type: application/json' \
  --data '{
  "product_id": "<string>",
  "side": "UNKNOWN_ORDER_SIDE",
  "client_order_id": "f69a20b1-4ac4-420e-90b5-814a12565bfa",
  "quote_id": "f69a20b1-4ac4-420e-90b5-814a12565bfa",
  "settl_currency": "<string>"
}'
{
  "order_id": "<string>"
}

Path Parameters

portfolio_id
string
required

Body

application/json
product_id
string
required
side
enum<string>
default:UNKNOWN_ORDER_SIDE
required
Available options:
UNKNOWN_ORDER_SIDE,
BUY,
SELL
client_order_id
string
required
Example:
quote_id
string
required
Example:
settl_currency
string

Response

order_id
string