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.