tcp+ssl://fix-dc.exchange.coinbase.com
tcp+ssl://fix-dc.sandbox.exchange.coinbase.com
ClOrdID <11>: (String), An identifier specified by the sender to uniquely identify other messages correlating to this request.
OrdStats <39>: (Char), Identifies current status of order.
OrdQty <38>: (Qty), Quantity ordered.
OrdType <40>: (Char), Order Type.
LeavesQty <151>: (Qty), Quantity open for further execution.
CashOrderQty <152> (Qty), Specifies the approximate order quantity desired in total monetary units vs. as a number of shares
POST https://api.exchange.coinbase.com/wrapped-assets/redeem
GET https://api.exchange.coinbase.com/wrapped-assets/redeem
GET https://api.exchange.coinbase.com/wrapped-assets/redeem/{redeem}
GET https://api.exchange.coinbase.com/wrapped-assets/operations
POST /withdrawals/crypto
REST API. Customers in travel rule jurisdictions can withdraw only to their allowlisted addresses.
PUT https://api.exchange.coinbase.com/address-book/{id}
. Here {id} refers to uuid of the crypto address.
CashOrderQty (152)
to Quote_Request (R) messagesBidCashOrderQty (8234)
and OfferCashOrderQty (8235)
tags to Quote (S)
messagesLeavesFunds (8152)
and CashOrderQty (152)
to Execution Reports (8)
CashOrderQty (152)
on the Quote_Request (R)
message.
BidCashOrderQty (8234)
| BidPx (132)
and OfferCashOrderQty (8235)
| OfferPx (133)
on their corresponding Quote (S)
message.Execution Reports (8)
for corresponding orders will reflect the CashOrderQty (152)
and the OrderQty (38)
, which is calculated as such: OrderQty (38) = (CashOrderQty/ (BidPx or OfferPx))
Execution Reports (8)
will also contain LeavesFunds (8152)
field to indicate remaining CashOrderQty (152)
that is unfilled.