Coinbase Prime Trading Upcoming Changes

ยท

Introduction

Coinbase Prime is introducing several updates to enhance trading capabilities, settlement options, and portfolio management. This article outlines the upcoming changes, their expected rollout timelines, and how they'll benefit institutional traders.


Key Updates Summary

๐Ÿ‘‰ Explore institutional trading solutions


Settlement Currency Enhancement

Launch Date: Mid-July 2025

Coinbase Prime will introduce settlement currency specification for orders. Clients can now:

Technical Implementation:

ParameterTypeDescription
settl_currencyOptionalSpecifies settlement currency

RFQ Size in Quote Asset

Launch Date: July 2025

The RFQ system will expand beyond base asset sizing to include quote asset sizing.

Deprecated Fields:

New Fields:

Rollout Phases:

  1. New field integration
  2. Dual validation period
  3. Quote size support activation
  4. Notional size field removal

Orders Edit History

Launch Date: Late-June 2025

A new endpoint will provide comprehensive order edit history.

Endpoint: GET /order-edit-history

Request Parameters:

{
 "portfolio_id": "string",
 "order_id": "string"
}

Response Fields:

FieldDescription
priceUpdated price value
sizeAdjusted order size
stop_priceModified stop price
end_timeISO 8601 timestamp

๐Ÿ‘‰ Advanced trading API documentation


Staking/Unstaking Transactions

Launch Date: Late April

New endpoints for ETH staking operations.

Request Structure:

{
 "portfolio_id": "string",
 "wallet_id": "string",
 "body": {
 "idempotency_key": "string",
 "inputs": "object"
 }
}

Supported Actions:


FAQ Section

Q: When will quote asset sizing for RFQs be available?
A: The feature rolls out in July 2025, following a phased implementation.

Q: Can I track modifications to my TWAP orders?
A: Yes, the order edit history feature supports TWAP, VWAP, Limit, and Stop Limit orders.

Q: Which networks support multinetwork functionality?
A: Initially Ethereum and Solana, with expansion planned throughout 2025.

Q: How do I specify USDC settlement for orders?
A: Use the new settl_currency parameter in order creation endpoints.

Q: Where can I find updated commission rates?
A: The Get Portfolio Commission endpoint now accepts product-specific queries.


Additional Resources

For complete implementation details and API specifications, refer to the official Coinbase Prime API documentation.