Changelog
REST API Changelog
These release notes list changes to Coinbase Prime.
2022-APR-22
- The
portfolio_id
parameter is no longer required. If not specified you get all products. - 31 day limit has been removed so you can now request orders for any time period using
start_date
andend_date
. Theend_date
parameter is still optional, but if not specified you get orders fromstart_date
to the end of time. Previously it returnedstart_date
tostart_date
+ 31 days.
- The
portfolio_id
parameter is no longer required. If not specified you get all products - All other query params are currently non-functional and result in an error if used. This includes:
order_type
,cursor
,limit
,sort_direction
,start_date
,order_side
, andend_date
. - The maximum number of orders returned is 1000. If a client has more than 1000 open orders, an error is returned prompting the user to use Websocket API, or FIX API to stream open orders.
2022-APR-07
Additions
- The
has_next
boolean field has been added to thepagination
field in the response body. Thehas_next
field indicates if there is more data available to paginate through.
Removals
- The
total_result_count
field has been removed from thepagination
field in the response body.
2022-MAR-24
Additions
POST /v1/portfolios/:id/wallets/:wallet_id/withdrawals
endpoint is now available to request new withdrawal transactions from a portfolio wallet.POST /v1/portfolios/:id/wallets/:wallet_id/transfers
endpoint is now available to request new transfers between portfolio wallets.
2022-MAR-19
Additions
GET /v1/entities/:id/payment-method/:payment_method_id
endpoint is now available to retrieve payment method information related to investment vehicles.POST /v1/portfolios/:id/wallets
endpoint is now available to request new wallets for a portfolio.
2022-MAR-07
Additions
GET /v1/portfolios/:id/activities
endpoint is now available to retrieve a list of activities related to a given portfolio.GET /v1/portfolios/:id/activities/:activity_id
endpoint is now available to retrieve a specific activity.
2022-FEB-15
Fixes
- Blockchain Network Ids (
blockchain_ids
) should now appear in the Transaction response. GET /v1/portfolios/:id/orders
andGET /v1/portfolios/:id/order_fills
pagination should now function as expected.
2022-JAN-31
Additions
GET /v1/portfolios/:id/credit
will return 200 response if post trade credit is not enabled.
An enabled flag has also been added:
GET /v1/portfolios/:id/portfolio_balances
now has atype
filter.GET /v1/portfolios/:id/commissions
is now available to retrieve commissions for your portfolio.
2022-JAN-19
Fixes
- The
account_identifier
field now appears withinGET /v1/portfolios/:id/wallets/:wallet_id/deposit_instructions
. - The missing Transaction resources should now appear in
GET /v1/portfolio/:id/transactions
.
Additions
- The Transaction
transfer_from
andtransfer_to
fields should now appear in the Transaction resource for Transfer Withdrawals and Deposits. - External address deposit information should now be included in the Transaction resource response.
2022-JAN-15
Additions
- For deposits and withdrawals to bank accounts, the payment method associated with that bank account now appears in the Transaction response as the
transfer_from
andtransfer_to
type. - Non-balance impacting Transaction types now appear in
GET /v1/portfolios/:id/transactions
.
2021-DEC-15
- Welcome to the Coinbase Prime REST API.
2021-OCT-15
- Welcome to the Coinbase Prime REST API beta.
Updated 29 days ago