Expand description
HTTP response model types for the Coinbase Advanced Trade REST API.
Structsยง
- Account
- Coinbase account.
- Accounts
Response - Response wrapper for listing accounts.
- Balance
- Balance amount.
- Best
BidAsk - Best bid/ask for a single product.
- Best
BidAsk Response - Response wrapper for best bid/ask.
- Book
Level - A single price level in the order book.
- Cancel
Orders Response - Response for batch cancel.
- Cancel
Result - Result for a single order cancellation.
- Candle
- OHLCV candle data.
- Candles
Response - Response wrapper for candles.
- CfmAmount
- Monetary value with an explicit currency code.
- CfmBalance
Summary - Coinbase FCM (futures) balance summary.
- CfmBalance
Summary Response - Response for
GET /api/v3/brokerage/cfm/balance_summary. - CfmMargin
Window Measure - Margin window breakdown inside an FCM balance summary.
- CfmPosition
- Position on the Coinbase FCM venue.
- CfmPosition
Response - Response for
GET /api/v3/brokerage/cfm/positions/{product_id}. - CfmPositions
Response - Response for
GET /api/v3/brokerage/cfm/positions. - Create
Order Response - Response for creating an order.
- Edit
Order Error - A single edit error entry returned by
/orders/edit. - Edit
Order Response - Response for editing an order via
/orders/edit. - FcmTrading
Session Details - FCM trading session details for futures products.
- Fill
- A single fill (trade execution).
- Fills
Response - Response for listing fills.
- Future
Product Details - Future product details.
- Maintenance
Window - Maintenance window for FCM sessions.
- Order
- A historical or open order as returned by
/orders/historical/*. - Order
Error Response - Order creation error details.
- Order
Response - Response wrapper for a single order lookup.
- Order
Success Response - Successful order creation details.
- Orders
List Response - Response wrapper for an orders list query.
- Perpetual
Details - Perpetual contract details.
- Price
Book - Order book price levels.
- Product
- Coinbase product (trading pair).
- Product
Book Response - Response wrapper for the product order book.
- Products
Response - Response wrapper for listing products.
- Ticker
Response - Response wrapper for ticker/market trades.
- Trade
- A single trade execution.